Skip to content

Commit 6e441bc

Browse files
committed
Try to fix linter
1 parent 2492606 commit 6e441bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/FloydWarshall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ public static void floydWarshall(long[][] matriz, int n) {
6363
}
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)