Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed May 16, 2024
1 parent 4c44952 commit f18e745
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public CommandFacade(ConsoleTestExecutor.Factory consoleTestExecutorFactory) {
public CommandResult<?> run(PrintWriter out, PrintWriter err, String[] args) {
String version = ManifestVersionProvider.getImplementationVersion();
System.setProperty("junit.docs.version",
version == null ? "current" : (version.endsWith("-SNAPSHOT") ? "snapshot" : version));
version == null ? "current" : (version.endsWith("-SNAPSHOT") ? "snapshot" : version));
return new MainCommand(consoleTestExecutorFactory).run(out, err, args);
}
}

0 comments on commit f18e745

Please sign in to comment.