Skip to content

Commit ed1a25c

Browse files
revert unrelated formatting issue
1 parent 02c4e49 commit ed1a25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class SparkContext(config: SparkConf) extends SparkStatusAPI with Logging {
175175
logInfo("Spark configuration:\n" + conf.toDebugString)
176176
}
177177

178-
// Set Spark driver host and port system properties.
178+
// Set Spark driver host and port system properties
179179
conf.setIfMissing("spark.driver.host", Utils.localHostName())
180180
conf.setIfMissing("spark.driver.port", "0")
181181

0 commit comments

Comments
 (0)