Skip to content

Commit

Permalink
style check
Browse files Browse the repository at this point in the history
  • Loading branch information
coderxiang committed Mar 18, 2015
1 parent 70c6e35 commit 901b0af
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -177,7 +177,7 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)])
queue += item
queue
},
combOp = (queue1, queue2) => {
combOp = (queue1, queue2) => {
queue1 ++= queue2
queue1
}
Expand Down

0 comments on commit 901b0af

Please sign in to comment.