Skip to content

Commit 6a0c9b6

Browse files
checkstyle fix
1 parent 69cb488 commit 6a0c9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/bitmanipulation/CountBitsFlip.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
*@author [Yash Rajput](https://github.com/the-yash-rajput)
1919
*/
20-
public class CountBitsFlip {
20+
public final class CountBitsFlip {
2121

2222
private CountBitsFlip() {
2323
throw new AssertionError("No instances.");

0 commit comments

Comments
 (0)