Skip to content

Commit 0266761

Browse files
committed
Format
1 parent 03eec4c commit 0266761

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/api/java/JavaSQLSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class AllTypesBean extends Serializable {
4747
@BeanProperty var booleanField: java.lang.Boolean = _
4848
}
4949

50-
class JavaSQLSuite extends FunSuite {
50+
class JavaSQLSuite extends FunSuite {
5151
val javaCtx = new JavaSparkContext(TestSQLContext.sparkContext)
5252
val javaSqlCtx = new JavaSQLContext(javaCtx)
5353

0 commit comments

Comments
 (0)