#9 -v CLI flag for querying the installed Checkstyle version
Fixed formatting issue.
This commit is contained in:
parent
f85edb7127
commit
bbd59b7b88
|
|
@ -85,7 +85,8 @@ public final class Main
|
|||
|
||||
// show version and exit
|
||||
if (line.hasOption("v")) {
|
||||
System.out.println("Checkstyle version: " + Main.class.getPackage().getImplementationVersion());
|
||||
System.out.println("Checkstyle version: "
|
||||
+ Main.class.getPackage().getImplementationVersion());
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue