Skip to content

Commit 1465390

Browse files
author
Ilya Ganelin
committed
Nit
1 parent 28187bf commit 1465390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/scala/org/apache/spark/util/UtilsSuite.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ import org.apache.hadoop.fs.Path
3737
import org.apache.spark.SparkConf
3838

3939
class UtilsSuite extends FunSuite with ResetSystemProperties {
40+
4041
test("timeConversion") {
4142
assert(Utils.timeStringAsS("1") === 1)
4243
assert(Utils.timeStringAsS("1s") === 1)

0 commit comments

Comments
 (0)