Skip to content

Commit 721174e

Browse files
authored
Removed extra white space
1 parent 6d3629e commit 721174e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static Double quadratic(final Iterable<Double> numbers) {
128128
int size = IterableUtils.size(numbers);
129129
return Math.pow(sumOfSquares / size, 0.5);
130130
}
131-
131+
132132
/**
133133
* Validates that the input iterable is not empty.
134134
*

0 commit comments

Comments
 (0)