Skip to content

Commit

Permalink
Fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cafreeman authored and Davies Liu committed Apr 14, 2015
1 parent 7741d66 commit 6ef5f2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private[r] object SQLUtils {
arr.toSeq
}

def createStructType(fields : Seq[StructField]) : StructType = {
def createStructType(fields : Seq[StructField]): StructType = {
StructType(fields)
}

Expand Down

0 comments on commit 6ef5f2d

Please sign in to comment.