Skip to content

Commit 829a195

Browse files
committed
add indent
1 parent 717c0ca commit 829a195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/SparkConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
244244
for (key -> memoryKeys) {
245245
val value = getDouble(key, 0.5)
246246
if (value > 1 || value < 0) {
247-
throw new IllegalArgumentException("$key should be between 0 and (was '$value').")
247+
throw new IllegalArgumentException("$key should be between 0 and (was '$value').")
248248
}
249249
}
250250

0 commit comments

Comments
 (0)