Skip to content
Snippets Groups Projects
Commit feac5008 authored by a.croix's avatar a.croix
Browse files

Fix style

parent 46189672
No related branches found
No related tags found
No related merge requests found
Pipeline #1097 passed
......@@ -39,7 +39,8 @@ public final class Example {
SolutionDistance solution = trainer.run(data, expected);
System.out.println(solution);
long end_time = System.currentTimeMillis();
logger.log(Level.INFO, "Execution time : " + (end_time - start_time) / 1000 + " seconds");
logger.log(Level.INFO, "Execution time : "
+ (end_time - start_time) / 1000 + " seconds");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment