Remove unneeded whitespace

This commit is contained in:
Ayaz Hafiz 2022-12-14 17:14:44 -06:00
parent 70c27943fa
commit c327189ab7
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -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