Skip to content

Commit 44e1262

Browse files
Fix clang-format style in LinearEquationTest
1 parent 5e92090 commit 44e1262

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/thealgorithms/maths/LinearEquation.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
package com.thealgorithms.maths;
22

3-
/**
4-
* Solves linear equations of the form ax + b = 0.
5-
*/
6-
73
/**
84
* Solves linear equations of the form ax + b = 0.
95
*

0 commit comments

Comments
 (0)