Skip to content

Commit aba2e88

Browse files
committed
Format.
1 parent 12c86df commit aba2e88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ class ListTablesSuite extends QueryTest with BeforeAndAfterAll {
6868
Row("tables", true))
6969
dropTempTable("tables")
7070
}
71-
}
71+
}

sql/hive/src/test/scala/org/apache/spark/sql/hive/ListTablesSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ class ListTablesSuite extends QueryTest with BeforeAndAfterAll {
9696
Row("tables", true))
9797
dropTempTable("tables")
9898
}
99-
}
99+
}

0 commit comments

Comments
 (0)