Skip to content
Prev Previous commit
Next Next commit
refactor: fix checkstyle import order
  • Loading branch information
alxkm committed Jul 13, 2025
commit a773cfc8e389966f8da1efd8e66f88062b14b252
3 changes: 1 addition & 2 deletions src/test/java/com/thealgorithms/maths/CeilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@

import static org.junit.jupiter.api.Assertions.assertEquals;

import java.util.stream.Stream;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;
import org.junit.jupiter.params.provider.MethodSource;

import java.util.stream.Stream;

public class CeilTest {

@ParameterizedTest
Expand Down