Skip to content

Commit 654bbad

Browse files
committed
make format, again.
1 parent 2a158f4 commit 654bbad

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

spark/src/test/scala/org/apache/comet/CometCodegenDispatchSmokeSuite.scala

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,7 @@ class CometCodegenDispatchSmokeSuite extends CometTestBase with AdaptiveSparkPla
135135
val sizeBefore = CometCodegenDispatchUDF.stats().cacheSize
136136
f
137137
val after = CometCodegenDispatchUDF.stats()
138-
assert(
139-
after.compileCount <= 1,
140-
s"expected <= 1 compile for the composed subtree, got $after")
138+
assert(after.compileCount <= 1, s"expected <= 1 compile for the composed subtree, got $after")
141139
val grew = after.cacheSize - sizeBefore
142140
assert(grew <= 1, s"expected cache to grow by <= 1 entry, grew by $grew; stats=$after")
143141
assert(

0 commit comments

Comments
 (0)