Skip to content

Commit 482ea62

Browse files
committed
Fix formatting
1 parent 60cfdea commit 482ea62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/apache/maven/report/projectinfo/ModulesReportTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import com.meterware.httpunit.WebConversation;
3131
import com.meterware.httpunit.WebRequest;
3232
import com.meterware.httpunit.WebResponse;
33-
3433
import org.apache.maven.plugin.testing.SilentLog;
3534
import org.apache.maven.report.projectinfo.stubs.SubProject1Stub;
3635
import org.codehaus.plexus.util.ReflectionUtils;
@@ -124,6 +123,7 @@ protected String getPOM() {
124123

125124
assertFalse(
126125
"Variable 'sitePublishLocation' should be interpolated",
127-
new String(Files.readAllBytes(getGeneratedReport("modules.html").toPath()), StandardCharsets.UTF_8).contains("sitePublishLocation"));
126+
new String(Files.readAllBytes(getGeneratedReport("modules.html").toPath()), StandardCharsets.UTF_8)
127+
.contains("sitePublishLocation"));
128128
}
129129
}

0 commit comments

Comments
 (0)