Skip to content

Commit 4932d57

Browse files
committed
Style fix.
1 parent d061691 commit 4932d57

File tree

1 file changed

+3
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions

1 file changed

+3
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/predicates.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ trait PredicateHelper {
7676
}
7777

7878

79-
case class Not(child: Expression) extends UnaryExpression with Predicate with ImplicitCastInputTypes {
79+
case class Not(child: Expression)
80+
extends UnaryExpression with Predicate with ImplicitCastInputTypes {
81+
8082
override def toString: String = s"NOT $child"
8183

8284
override def inputTypes: Seq[DataType] = Seq(BooleanType)

0 commit comments

Comments
 (0)