Skip to content

Commit 8e71b45

Browse files
committed
fix style
1 parent 6a17617 commit 8e71b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/ml/feature/StringIndexer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ package org.apache.spark.ml.feature
2020
import scala.language.existentials
2121

2222
import org.apache.hadoop.fs.Path
23-
import org.apache.spark.SparkException
2423

24+
import org.apache.spark.SparkException
2525
import org.apache.spark.annotation.Since
2626
import org.apache.spark.ml.{Estimator, Model, Transformer}
2727
import org.apache.spark.ml.attribute.{Attribute, NominalAttribute}

0 commit comments

Comments
 (0)