From a1f1e7eb58b927e6c3ab98c12ea344c95b157eb6 Mon Sep 17 00:00:00 2001 From: Xusen Yin Date: Thu, 27 Mar 2014 15:07:16 +0800 Subject: [PATCH] add two extra spaces --- .../apache/spark/mllib/input/WholeTextFileInputFormat.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mllib/src/main/scala/org/apache/spark/mllib/input/WholeTextFileInputFormat.scala b/mllib/src/main/scala/org/apache/spark/mllib/input/WholeTextFileInputFormat.scala index 28133618e3c10..825a004cb088b 100644 --- a/mllib/src/main/scala/org/apache/spark/mllib/input/WholeTextFileInputFormat.scala +++ b/mllib/src/main/scala/org/apache/spark/mllib/input/WholeTextFileInputFormat.scala @@ -40,8 +40,8 @@ private[mllib] class WholeTextFileInputFormat extends CombineFileInputFormat[Str context: TaskAttemptContext): RecordReader[String, String] = { new CombineFileRecordReader[String, String]( - split.asInstanceOf[CombineFileSplit], - context, - classOf[WholeTextFileRecordReader]) + split.asInstanceOf[CombineFileSplit], + context, + classOf[WholeTextFileRecordReader]) } }