Skip to content
This repository was archived by the owner on Oct 5, 2024. It is now read-only.

Commit 230f66c

Browse files
committed
Format
1 parent ce86340 commit 230f66c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/Stage/Desugar.elm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ desugarUnit =
160160
-- from
161161
Frontend.Lambda [ arg1, arg2 ] body
162162
163-
164163
-- to
165164
Canonical.Lambda arg1 (Canonical.Lambda arg2 body)
166165

0 commit comments

Comments
 (0)