Skip to content

Commit 550bce3

Browse files
committed
spotless
(cherry picked from commit 224a1bc)
1 parent 03cf8fe commit 550bce3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

extensions/src/main/scala/water/fvec/H2OFrame.scala

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,18 @@ object H2OFrame {
146146

147147
/** Return default parser setup */
148148
def defaultParserSetup(singleQuotes: Boolean = true) =
149-
new ParseSetup(GUESS_INFO, GUESS_SEP, singleQuotes, GUESS_HEADER, GUESS_COL_CNT, null, null, null, null, null, false)
149+
new ParseSetup(
150+
GUESS_INFO,
151+
GUESS_SEP,
152+
singleQuotes,
153+
GUESS_HEADER,
154+
GUESS_COL_CNT,
155+
null,
156+
null,
157+
null,
158+
null,
159+
null,
160+
false)
150161

151162
/** Return guessed parser setup for given file.
152163
*

0 commit comments

Comments
 (0)