Format all lambdas to new syntax

This commit is contained in:
Anthony Bullard 2025-01-15 16:15:24 -06:00
parent 9d37c906fe
commit 1b43ffa579
No known key found for this signature in database
70 changed files with 1105 additions and 669 deletions

View file

@ -564,6 +564,7 @@ mod test_snapshots {
pass/nested_list_comment_in_closure_arg.expr,
pass/nested_parens_in_pattern.expr,
pass/nested_when_comment_in_pat.expr,
pass/new_lambda_as_second_statement.moduledefs,
pass/newline_after_equals.expr, // Regression test for https://github.com/roc-lang/roc/issues/51
pass/newline_after_import_str_as.expr,
pass/newline_after_mul.expr,