Skip to content

Commit c96791d

Browse files
clang formater solved
1 parent e9580a3 commit c96791d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33

44
/**
55
* Find Highest Set Bit
6-
*
76
* This function calculates the position (or index) of the highest set bit (the leftmost 1 bit)
87
* in a given binary number.
9-
*
108
* @author Bama Charan Chhandogi (https://github.com/BamaCharanChhandogi)
119
*/
1210

13-
1411
public final class HighestSetBit {
1512
private HighestSetBit() {
1613
}

0 commit comments

Comments
 (0)