Skip to content

Commit 1a6a35e

Browse files
committed
another style fix
1 parent d30eb94 commit 1a6a35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import org.apache.spark.Logging
2222

2323
private[spark] object UncaughtExceptionHandler
2424
extends Thread.UncaughtExceptionHandler with Logging {
25+
2526
override def uncaughtException(thread: Thread, exception: Throwable) {
2627
try {
2728
logError("Uncaught exception in thread " + thread, exception)

0 commit comments

Comments
 (0)