Skip to content

Commit

Permalink
minor[indent]
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-wang committed Apr 23, 2015
1 parent 19201e0 commit 41c20d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ case class BroadcastLeftSemiJoinHash(
if (!rowKey.anyNull) {
if (!hashMap.containsKey(rowKey)) {
hashMap.put(rowKey, null)
}
}
}
}
case Some(_) =>
Expand Down

0 comments on commit 41c20d5

Please sign in to comment.