style: scala format

This commit is contained in:
2025-03-01 02:15:01 +00:00
parent ae52fa653c
commit 1b6d81dfca

View File

@@ -9,7 +9,7 @@ class ExtensionsSpec extends AnyFlatSpec {
import asmGenerator.escaped import asmGenerator.escaped
behavior of "concatAll" behavior of "concatAll"
it should "handle int chains" in { it should "handle int chains" in {
val chain = Chain(1, 2, 3).concatAll( val chain = Chain(1, 2, 3).concatAll(
Chain(4, 5, 6), Chain(4, 5, 6),