Skip to content

Commit f8f565a

Browse files
author
Nathan Kronenfeld
committed
Fix code style error
1 parent 8f54287 commit f8f565a

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/apache/spark/rdd

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/rdd/RDD.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ abstract class RDD[T: ClassTag](
13341334
if (isShuffle) {
13351335
shuffleDebugString(rdd, prefix, isLastChild)
13361336
} else {
1337-
debugSelf(rdd).map(prefix+_) ++ debugChildren(rdd, prefix)
1337+
debugSelf(rdd).map(prefix + _) ++ debugChildren(rdd, prefix)
13381338
}
13391339
}
13401340
firstDebugString(this).mkString("\n")

0 commit comments

Comments
 (0)