Skip to content

Commit 6ef5f2d

Browse files
cafreemanDavies Liu
authored andcommitted
Fix spacing
1 parent 7741d66 commit 6ef5f2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private[r] object SQLUtils {
3939
arr.toSeq
4040
}
4141

42-
def createStructType(fields : Seq[StructField]) : StructType = {
42+
def createStructType(fields : Seq[StructField]): StructType = {
4343
StructType(fields)
4444
}
4545

0 commit comments

Comments
 (0)