Skip to content

Commit c53f188

Browse files
committed
Fix scala style.
1 parent c5876e5 commit c53f188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/main/scala/org/apache/spark/examples/DFSReadWriteTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import org.apache.spark.SparkContext._
2727
/**
2828
* Simple test for reading and writing to a distributed
2929
* file system. This example does the following:
30-
*
30+
*
3131
* 1. Reads local file
3232
* 2. Computes word count on local file
3333
* 3. Writes local file to a DFS
@@ -36,7 +36,7 @@ import org.apache.spark.SparkContext._
3636
* 6. Compares the word count results
3737
*/
3838
object DFSReadWriteTest {
39-
39+
4040
private var localFilePath: File = new File(".")
4141
private var dfsDirPath: String = ""
4242

0 commit comments

Comments
 (0)