Skip to content

Commit e2d4e07

Browse files
committed
Fix stylecheck
1 parent 2369e3a commit e2d4e07

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

core/src/test/scala/org/apache/spark/input/WholeTextFileInputFormatSuite.scala

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ package org.apache.spark.input
1919

2020
import java.io.{DataOutputStream, File, FileOutputStream}
2121

22-
import org.apache.spark.internal.Logging
23-
import org.apache.spark.util.Utils
24-
import org.apache.spark.{SparkConf, SparkContext, SparkFunSuite}
22+
import scala.collection.immutable.IndexedSeq
23+
2524
import org.scalatest.BeforeAndAfterAll
2625

27-
import scala.collection.immutable.IndexedSeq
26+
import org.apache.spark.{SparkConf, SparkContext, SparkFunSuite}
27+
import org.apache.spark.internal.Logging
28+
import org.apache.spark.util.Utils
2829

2930
/**
3031
* Tests the correctness of

0 commit comments

Comments
 (0)