Skip to content

Commit 28f1b70

Browse files
committed
Remove extraneous empty line
1 parent b81419f commit 28f1b70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import org.apache.spark.util.collection.unsafe.sort.PrefixComparators._
2828
class SortOrderExpressionsSuite extends SparkFunSuite with ExpressionEvalHelper {
2929

3030
test("SortPrefix") {
31-
3231
val b1 = Literal.create(false, BooleanType)
3332
val b2 = Literal.create(true, BooleanType)
3433
val i1 = Literal.create(20132983, IntegerType)

0 commit comments

Comments
 (0)