Skip to content

Commit

Permalink
Fixed style violation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rxin committed Jun 7, 2015
1 parent 9adaeaf commit 19d6435
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,8 @@ class ExpressionEvaluationSuite extends ExpressionEvaluationBaseSuite {
// TODO: Make the tests work with codegen.
class ExpressionEvaluationWithoutCodeGenSuite extends ExpressionEvaluationBaseSuite {

override def checkEvaluation(expression: Expression, expected: Any, inputRow: Row = EmptyRow) = {
override def checkEvaluation(
expression: Expression, expected: Any, inputRow: Row = EmptyRow): Unit = {
checkEvaluationWithoutCodegen(expression, expected, inputRow)
}

Expand Down

0 comments on commit 19d6435

Please sign in to comment.