diff --git a/crates/compiler/test_syntax/tests/snapshots/pass/long_complex_application_with_pnc.expr.formatted.roc b/crates/compiler/test_syntax/tests/snapshots/pass/long_complex_application_with_pnc.expr.formatted.roc index 05f352852a..ed9dce6723 100644 --- a/crates/compiler/test_syntax/tests/snapshots/pass/long_complex_application_with_pnc.expr.formatted.roc +++ b/crates/compiler/test_syntax/tests/snapshots/pass/long_complex_application_with_pnc.expr.formatted.roc @@ -1,8 +1,10 @@ combine( mix(vodka, gin), - Juices({ - color: Colors.orange, - flavor: Flavors.orange, - amount: 1 + 2, - }), + Juices( + { + color: Colors.orange, + flavor: Flavors.orange, + amount: 1 + 2, + }, + ), ) \ No newline at end of file