Skip to content

Commit 9555e35

Browse files
committed
tiny style fix
1 parent d10be4a commit 9555e35

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ case class Round(child: Expression, scale: Expression) extends Expression with E
542542
}
543543

544544
override def inputTypes: Seq[AbstractDataType] = Seq(
545-
//rely on precedence to implicit cast String into Double
545+
// rely on precedence to implicit cast String into Double
546546
TypeCollection(DoubleType, FloatType, LongType, IntegerType, ShortType, ByteType),
547547
TypeCollection(LongType, IntegerType, ShortType, ByteType))
548548

0 commit comments

Comments
 (0)