--- source: crates/rome_formatter_test/src/snapshot_builder.rs info: test_file: jsx/spread/attribute.js --- # Input ```js
; ; ; ; ; ; ; ; ; ``` # Prettier differences ```diff --- Prettier +++ Rome @@ -6,7 +6,7 @@ ; -; +; ; ; ``` # Output ```js ; ; ; ; ; ; ; ; ; ```