Skip to content

Commit

Permalink
remove extra new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Mar 16, 2016
1 parent 7471741 commit f1ca6f2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ case class BroadcastHashJoin(
|$numOutput.add(1);
|${consume(ctx, input)}
""".stripMargin

} else {
val matches = ctx.freshName("matches")
val bufferType = classOf[CompactBuffer[UnsafeRow]].getName
Expand All @@ -390,7 +389,6 @@ case class BroadcastHashJoin(
|$numOutput.add(1);
|${consume(ctx, input)}
""".stripMargin

}
}
}

0 comments on commit f1ca6f2

Please sign in to comment.