--- source: crates/rome_formatter_test/src/snapshot_builder.rs info: test_file: js/template-literals/styled-jsx-with-expressions.js --- # Input ```js ; ; ; ``` # Prettier differences ```diff --- Prettier +++ Rome @@ -1,27 +1,27 @@ ; ; ``` # Output ```js ; ; ; ``` # Lines exceeding max width of 80 characters ``` 39: animation: 3s ease-in 1s ${(foo) => foo.getIterations()} reverse both paused slidein; ```