Skip to content

Commit 3e52515

Browse files
committed
formatting changes
1 parent 9891e31 commit 3e52515

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/thealgorithms/geometry/LineDrawerTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
import org.junit.jupiter.params.provider.Arguments;
1010
import org.junit.jupiter.params.provider.MethodSource;
1111

12-
1312
/**
1413
* Unit tests for the LineDrawer using BresenhamLineStrategy.
1514
*/
16-
class LineDrawerTest {
15+
class LineDrawerTest {
1716

1817
/**
1918
* Provides test data for drawing lines using the Bresenham algorithm.

0 commit comments

Comments
 (0)