Skip to content

Commit b1ba984

Browse files
author
Davies Liu
committed
fix style
1 parent d3b9253 commit b1ba984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/scala/org/apache/spark/scheduler/TaskResultGetter.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ private[spark] class TaskResultGetter(sparkEnv: SparkEnv, scheduler: TaskSchedul
106106
}
107107
} catch {
108108
case cnd: ClassNotFoundException =>
109-
// Log an error but keep going here -- the task failed, so not catastrophic if we can't
110-
// deserialize the reason.
109+
// Log an error but keep going here -- the task failed, so not catastrophic
110+
// if we can't deserialize the reason.
111111
val loader = Utils.getContextOrSparkClassLoader
112112
logError(
113113
"Could not deserialize TaskEndReason: ClassNotFound with classloader " + loader)

0 commit comments

Comments
 (0)