Skip to content

Commit 87f15fb

Browse files
committed
Made style changes
According to Clang's fugly ass suggestions.
1 parent e2cbf27 commit 87f15fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/com/thealgorithms/maths/RomanNumeralUtilConstructorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import static org.junit.jupiter.api.Assertions.assertInstanceOf;
44

5+
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
56
import java.lang.reflect.Constructor;
67
import org.junit.jupiter.api.Test;
7-
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
88

99
// Covers the private constructor for code coverage tools
1010
public class RomanNumeralUtilConstructorTest {

0 commit comments

Comments
 (0)