Skip to content

Commit 11e36c8

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package com.thealgorithms.maths;
22

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

55
import java.math.BigDecimal;
6-
import java.util.Arrays;
76
import java.util.Objects;
87
import org.junit.jupiter.api.Test;
98

0 commit comments

Comments
 (0)