mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 22:09:09 +00:00
fix whitespace
This commit is contained in:
parent
db877c7395
commit
3ea63ee18f
1 changed files with 1 additions and 1 deletions
|
@ -2563,7 +2563,7 @@ fn code_gen_unified_closure() {
|
|||
p1 = (\u -> u == 97)
|
||||
p2 = (\u -> u == 98)
|
||||
|
||||
main : I64
|
||||
main : I64
|
||||
main =
|
||||
oneOfResult = List.map [p1, p2] (\p -> p 42)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue