Skip to content

Commit cf027be

Browse files
committed
Add newline at end of file to satisfy Checkstyle
1 parent 4a27eca commit cf027be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/maths/DiscreteLogarithmBSGS.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ public static long modPow(long base, long exp, long mod) {
7171
}
7272
return result;
7373
}
74-
}
74+
}

0 commit comments

Comments
 (0)