Skip to content

Commit 96dc115

Browse files
remove curly brace
1 parent e833330 commit 96dc115

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
@@ -240,7 +240,7 @@ class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
240240
/** Checks for illegal or deprecated config settings. Throws an exception for the former. Not
241241
* idempotent - may mutate this conf object to convert deprecated settings to supported ones. */
242242
private[spark] def validateSettings() {
243-
logInfo(s"Spark Version: ${SPARK_VERSION}")
243+
logInfo(s"Spark Version: $SPARK_VERSION")
244244

245245
if (settings.contains("spark.local.dir")) {
246246
val msg = "In Spark 1.0 and later spark.local.dir will be overridden by the value set by " +

0 commit comments

Comments
 (0)