Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 19d6435

Browse files
committed
Fixed style violation.
1 parent 9adaeaf commit 19d6435

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/expressions/ExpressionEvaluationSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,8 @@ class ExpressionEvaluationSuite extends ExpressionEvaluationBaseSuite {
14471447
// TODO: Make the tests work with codegen.
14481448
class ExpressionEvaluationWithoutCodeGenSuite extends ExpressionEvaluationBaseSuite {
14491449

1450-
override def checkEvaluation(expression: Expression, expected: Any, inputRow: Row = EmptyRow) = {
1450+
override def checkEvaluation(
1451+
expression: Expression, expected: Any, inputRow: Row = EmptyRow): Unit = {
14511452
checkEvaluationWithoutCodegen(expression, expected, inputRow)
14521453
}
14531454

0 commit comments

Comments
 (0)