Skip to content

Commit d30eb94

Browse files
committed
scalastyle
1 parent 3573ecd commit d30eb94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ package org.apache.spark.util
2020
import org.apache.spark.executor.ExecutorExitCode
2121
import org.apache.spark.Logging
2222

23-
private[spark] object UncaughtExceptionHandler extends Thread.UncaughtExceptionHandler with Logging {
23+
private[spark] object UncaughtExceptionHandler
24+
extends Thread.UncaughtExceptionHandler with Logging {
2425
override def uncaughtException(thread: Thread, exception: Throwable) {
2526
try {
2627
logError("Uncaught exception in thread " + thread, exception)

0 commit comments

Comments
 (0)