Skip to content

Commit cc234b9

Browse files
committed
ScalaStyle Fix
1 parent f210bb9 commit cc234b9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/aggregate/Last.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ case class Last(funcName: String, child: Expression, ignoreNullsExpr: Expression
5353

5454
def this(funcName: String, child: Expression) =
5555
this(funcName, child, Literal.create(false, BooleanType))
56-
56+
5757
override def children: Seq[Expression] = child :: ignoreNullsExpr :: Nil
5858

5959
override def nullable: Boolean = true

0 commit comments

Comments
 (0)