Skip to content

Commit 611dfab

Browse files
author
prayas7102
committed
clang format changes (added final to LowestSetBit class)
1 parent 4d237de commit 611dfab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author Prayas Kumar (https://github.com/prayas7102)
66
*/
77

8-
public class LowestSetBit {
8+
public final class LowestSetBit {
99
// Private constructor to hide the default public one
1010
private LowestSetBit() {
1111
}

0 commit comments

Comments
 (0)