mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-23 14:35:12 +00:00
Remove unneeded whitespace
This commit is contained in:
parent
70c27943fa
commit
c327189ab7
1 changed files with 1 additions and 1 deletions
|
@ -2116,7 +2116,7 @@ fn non_unary_union_with_lambda_set_with_imported_toplevels_issue_4733() {
|
|||
app "test" provides [main] to "./platform"
|
||||
|
||||
fn = \s ->
|
||||
instr =
|
||||
instr =
|
||||
if s == "*" then (Op Num.mul)
|
||||
else if s == "+" then (Op Num.add)
|
||||
else Noop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue