Skip to content

Commit

Permalink
add indent
Browse files Browse the repository at this point in the history
  • Loading branch information
scwf committed Jun 17, 2014
1 parent 717c0ca commit 829a195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/org/apache/spark/SparkConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
for (key -> memoryKeys) {
val value = getDouble(key, 0.5)
if (value > 1 || value < 0) {
throw new IllegalArgumentException("$key should be between 0 and (was '$value').")
throw new IllegalArgumentException("$key should be between 0 and (was '$value').")
}
}

Expand Down

0 comments on commit 829a195

Please sign in to comment.