Skip to content

Commit a4f8054

Browse files
author
曾林西
committed
fix Scala style problem in FsHistoryProvider
1 parent fde0d34 commit a4f8054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package org.apache.spark.deploy.history
1919

2020
import java.io.{FileNotFoundException, IOException, OutputStream}
2121
import java.util.UUID
22-
import java.util.concurrent.{Executors, ExecutorService, Future, TimeUnit, ConcurrentHashMap}
22+
import java.util.concurrent.{ConcurrentHashMap, Executors, ExecutorService, Future, TimeUnit}
2323
import java.util.zip.{ZipEntry, ZipOutputStream}
2424

2525
import scala.collection.mutable

0 commit comments

Comments
 (0)