Skip to content

Commit 41c0b2b

Browse files
committed
fix indentation
1 parent 0215139 commit 41c0b2b

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/codegen/CodeGenerator.scala

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ case class SubExprCodes(codes: Seq[String], states: Map[Expression, SubExprElimi
8989
* the outer class, otherwise it contains the name of the
9090
* instance of the inner class in the outer class.
9191
*/
92-
private[codegen] case class NewFunction(functionName: String, subclassName: Option[String],
92+
private[codegen] case class NewFunction(
93+
functionName: String,
94+
subclassName: Option[String],
9395
subclassInstance: Option[String])
9496

9597
/**

0 commit comments

Comments
 (0)