Skip to content

Commit a6bd197

Browse files
committed
Fixed indentation
1 parent 231ec55 commit a6bd197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/test/scala/org/apache/spark/ml/tuning/ValidatorParamsSuiteHelpers.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ object ValidatorParamsSuiteHelpers extends SparkFunSuite with DefaultReadWriteTe
8080
Files.move(subDirWithUid.toPath, newSubdirWithUid.toPath, StandardCopyOption.ATOMIC_MOVE)
8181

8282
val loader = instance.getClass.getMethod("read")
83-
.invoke(null).asInstanceOf[MLReader[T]]
83+
.invoke(null).asInstanceOf[MLReader[T]]
8484
val newInstance = loader.load(newSubdirWithUid.getPath)
8585
assert(uid == newInstance.uid)
8686
}

0 commit comments

Comments
 (0)