Skip to content

Commit bef2ad0

Browse files
committed
Make minor formatting change.
1 parent 5f23929 commit bef2ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hkmc2/shared/src/main/scala/hkmc2/codegen/StackSafeTransform.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class StackSafeTransform(depthLimit: Int)(using State):
4747
offsetGtDepth.asPath,
4848
Case.Lit(Tree.BoolLit(true)),
4949
blockBuilder.assignFieldN(predefPath, STACK_OFFSET_IDENT, prevDepth.asPath).end
50-
)
50+
)
5151
.rest(f(tmp.asPath))
5252

5353
def extractResTopLevel(res: Result, isTailCall: Bool, f: Result => Block) =

0 commit comments

Comments
 (0)