Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Nov 17, 2023
1 parent 60cfdea commit 482ea62
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -30,7 +30,6 @@
import com.meterware.httpunit.WebConversation;
import com.meterware.httpunit.WebRequest;
import com.meterware.httpunit.WebResponse;

import org.apache.maven.plugin.testing.SilentLog;
import org.apache.maven.report.projectinfo.stubs.SubProject1Stub;
import org.codehaus.plexus.util.ReflectionUtils;
Expand Down Expand Up @@ -124,6 +123,7 @@ protected String getPOM() {

assertFalse(
"Variable 'sitePublishLocation' should be interpolated",
new String(Files.readAllBytes(getGeneratedReport("modules.html").toPath()), StandardCharsets.UTF_8).contains("sitePublishLocation"));
new String(Files.readAllBytes(getGeneratedReport("modules.html").toPath()), StandardCharsets.UTF_8)
.contains("sitePublishLocation"));
}
}

0 comments on commit 482ea62

Please sign in to comment.