Skip to content

Commit 7c5bdc4

Browse files
committed
Fix style issue
1 parent 0347aef commit 7c5bdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/network/PortManager.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ private[spark] object PortManager extends Logging
5151
offset == (maxRetries-1)) {
5252
throw e
5353
}
54-
logInfo("Could not bind on port: " + tryPort + ". Attempting port " + (tryPort+1))
54+
logInfo("Could not bind on port: " + tryPort + ". Attempting port " + (tryPort + 1))
5555
}
5656
case e: Exception => throw e
5757
}

0 commit comments

Comments
 (0)