--- source: crates/rome_formatter_test/src/snapshot_builder.rs info: test_file: jsx/template/styled-components.js --- # Input ```js ; ; ; ``` # Prettier differences ```diff --- Prettier +++ Rome @@ -11,9 +11,8 @@ `}; ; ``` # Output ```js ; ; ; ```