Skip to content

Commit 00f4f0e

Browse files
author
Gonzalo Diaz
committed
[REFACTOR] sonarcloud fixes.
1 parent 386ca02 commit 00f4f0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

algorithm-exercises-java/src/main/java/ae/projecteuler/Problem0023.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ public static Integer problem0023(int underLimit, int superLimit) {
6868
);
6969
Log.debug(log);
7070

71-
////////////////////
71+
// /////////////////
7272
// filter duplicates
73-
////////////////////
73+
// /////////////////
7474

7575
// Create a new LinkedHashSet
7676
Set<Integer> set = new LinkedHashSet<>();

0 commit comments

Comments
 (0)