Skip to content

Commit 06f6fd4

Browse files
author
prayas7102
committed
static imports are placed at the top.
1 parent d307e31 commit 06f6fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/thealgorithms/bitmanipulation/LowestSetBitTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.thealgorithms.bitmanipulation;
22

3-
import org.junit.jupiter.api.Test;
43
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import org.junit.jupiter.api.Test;
55

66
public class LowestSetBitTest {
77

@@ -46,4 +46,4 @@ void testLowestSetBitWithLargeNumber() {
4646
// Test with a large number
4747
assertEquals(64, LowestSetBit.isolateLowestSetBit(448)); // 448 in binary: 111000000, lowest bit is 64
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)