Skip to content

Commit c0813f5

Browse files
author
Sebastian Planes
committed
Fix checkstyle NoWhitespaceBefore issue on the generated TestApplication class when running archetype:generate to create a sample application.
1 parent 39e8f72 commit c0813f5

File tree

1 file changed

+1
-1
lines changed
  • k2-archetype-application/src/main/resources/archetype-resources/__rootArtifactId__/src/test/java/__packageInPathFormat__

1 file changed

+1
-1
lines changed

k2-archetype-application/src/main/resources/archetype-resources/__rootArtifactId__/src/test/java/__packageInPathFormat__/TestApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public synchronized void stop() {
7777
// Ignore all calls to stop, just in case.
7878
}
7979

80-
public static void main(final String ... args) {
80+
public static void main(final String... args) {
8181
application = new TestApplication();
8282
application.run(args);
8383
}

0 commit comments

Comments
 (0)