Skip to content

Commit

Permalink
Removed changes to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwietzke authored and gunnarmorling committed Jan 3, 2024
1 parent 04bd2d6 commit 70fcbf9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private double round(double value) {

public static void main(String[] args) throws IOException {

// long before = System.currentTimeMillis();
// long before = System.currentTimeMillis();

Map<String, Measurement> resultMap = Files.lines(Path.of(FILE)).parallel()
.map(record -> {
Expand All @@ -73,7 +73,7 @@ public static void main(String[] args) throws IOException {
resultMap.entrySet().stream().sorted(Map.Entry.comparingByKey()).map(Object::toString).collect(Collectors.joining(", ")));
System.out.println("}");

// System.out.println("Took: " + (System.currentTimeMillis() - before));
// System.out.println("Took: " + (System.currentTimeMillis() - before));

}
}

0 comments on commit 70fcbf9

Please sign in to comment.