Skip to content

Commit f65b89a

Browse files
author
Samuel Facchinello
committed
fix checkstyle
1 parent b0422ac commit f65b89a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package com.thealgorithms.maths;
22

3-
import static org.junit.jupiter.api.Assertions.*;
3+
import org.junit.jupiter.api.Test;
44

55
import java.math.BigDecimal;
6-
import java.util.Arrays;
76
import java.util.Objects;
8-
import org.junit.jupiter.api.Test;
7+
8+
import static org.junit.jupiter.api.Assertions.assertTrue;
99

1010
class MatrixUtilTest {
1111

0 commit comments

Comments
 (0)