Skip to content

Commit f5cc5f4

Browse files
clang formater solved
1 parent e9580a3 commit f5cc5f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,11 @@
33

44
/**
55
* Find Highest Set Bit
6-
*
7-
* This function calculates the position (or index) of the highest set bit (the leftmost 1 bit)
6+
* 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)