Skip to content

Commit f8535dc

Browse files
committed
Fixed the style violation.
1 parent 252238d commit f8535dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/util/Utils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ private[spark] object Utils extends Logging {
5757
new File(sparkHome + File.separator + "bin", which + suffix)
5858
}
5959

60-
/** Serialize an object using the closure serializer. **/
60+
/** Serialize an object using the closure serializer. */
6161
def serializeTaskClosure[T: ClassTag](o: T): Array[Byte] = {
6262
val ser = SparkEnv.get.closureSerializer.newInstance()
6363
ser.serialize(o).array()

0 commit comments

Comments
 (0)