Skip to content

Commit af05c24

Browse files
authored
Remove unnecessary newline in StochasticMatrix
1 parent 2a421ac commit af05c24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/thealgorithms/matrix/StochasticMatrix.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public final class StochasticMatrix {
1313
private StochasticMatrix() {
1414
// Utility class
1515
}
16-
1716
/**
1817
* Checks if a matrix is row-stochastic.
1918
*

0 commit comments

Comments
 (0)