Skip to content

Commit 4257686

Browse files
committed
Updated files
1 parent d633a3e commit 4257686

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/matrix/MatrixMultiplicationTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
import org.junit.jupiter.api.Test;
88

9-
109
public class MatrixMultiplicationTest {
1110

1211
private static final double EPSILON = 1e-9; // for floating point comparison

0 commit comments

Comments
 (0)