Skip to content

Commit ed4c556

Browse files
committed
add missing whitespace
1 parent e4846a4 commit ed4c556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maven-nodejs-proxy/src/main/java/io/wcm/devops/maven/nodejsproxy/resource/IndexPageBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static String build(MavenProxyConfiguration config) {
6969
+ "<p>Every call to this repository is routed directly to this URL.</p>"
7070
+ "<p><strong>Please never use this Maven repository directly in your maven builds, but only via an Repository Manager "
7171
+ "which caches the resolved artifacts.</strong></p>"
72-
+ "<p>If you want to setup your own proxy get the source code:"
72+
+ "<p>If you want to setup your own proxy get the source code: "
7373
+ "<a href=\"https://github.com/wcm-io-devops/maven-nodejs-proxy\">https://github.com/wcm-io-devops/maven-nodejs-proxy</a></p>"
7474
+ "<hr/>"
7575
+ "<p>Examples:</p>"
@@ -79,7 +79,7 @@ public static String build(MavenProxyConfiguration config) {
7979
+ "<p>For all files SHA1 checksums are supported (.sha1 suffix). MD5 checksums are not supported.</p>"
8080
+ (serviceVersion != null ? "<hr/><p>Version " + IndexPageBuilder.class.getPackage().getImplementationVersion() + ".</p>" : "")
8181
+ "</body>"
82-
+ "</html>";
82+
+ "</html>";
8383
}
8484

8585
}

0 commit comments

Comments
 (0)