Skip to content

Commit e9f6928

Browse files
committed
Fix another scalastyle error
1 parent f840c69 commit e9f6928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/DataFrameWindowFunctionsSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class DataFrameWindowFunctionsSuite extends QueryTest with SharedSQLContext {
468468
spark.read.schema(sampleSchema).json(input.toDS()).select(c0, c1).foreach { _ => () }
469469
}
470470
}
471-
471+
472472
test("window functions in multiple selects") {
473473
val df = Seq(
474474
("S1", "P1", 100),

0 commit comments

Comments
 (0)