Skip to content

Commit a1f1e7e

Browse files
committed
add two extra spaces
1 parent 28cb0fe commit a1f1e7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mllib/src/main/scala/org/apache/spark/mllib/input/WholeTextFileInputFormat.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ private[mllib] class WholeTextFileInputFormat extends CombineFileInputFormat[Str
4040
context: TaskAttemptContext): RecordReader[String, String] = {
4141

4242
new CombineFileRecordReader[String, String](
43-
split.asInstanceOf[CombineFileSplit],
44-
context,
45-
classOf[WholeTextFileRecordReader])
43+
split.asInstanceOf[CombineFileSplit],
44+
context,
45+
classOf[WholeTextFileRecordReader])
4646
}
4747
}

0 commit comments

Comments
 (0)