Skip to content

Commit 6d3629e

Browse files
authored
Removed extra white space
1 parent 4b9bbef commit 6d3629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,6 @@ void testMeansRelationship() {
264264

265265
assertTrue(harmonic <= geometric, "Harmonic mean should be ≤ geometric mean");
266266
assertTrue(geometric <= arithmetic, "Geometric mean should be ≤ arithmetic mean");
267-
assertTrue(arithmetic <= quadratic, "Arithmetic mean should be ≤ quadratic mean");
267+
assertTrue(arithmetic <= quadratic, "Arithmetic mean should be ≤ quadratic mean");
268268
}
269269
}

0 commit comments

Comments
 (0)