Skip to content

Commit 8adc27c

Browse files
authored
Extra whitespace removed
1 parent f2420e6 commit 8adc27c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ void testQuadraticMeanWithLinkedList() {
218218
LinkedList<Double> numbers = new LinkedList<>(Arrays.asList(1.0, 5.0, 11.0));
219219
assertEquals(7.0, Means.quadratic(numbers), EPSILON);
220220
}
221-
221+
222222
// ========== Additional Edge Case Tests ==========
223223

224224
@Test

0 commit comments

Comments
 (0)