Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray authored and jxiwang committed Jul 30, 2024
1 parent 3a9f0bf commit 7eed14f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rrweb-snapshot/src/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ export function parse(css: string, options: ParserOptions = {}): Stylesheet {
let currentStringChar = null;

for (const char of input) {

const hasStringEscape = currentSegment.endsWith('\\');

if (currentStringChar) {
Expand Down

0 comments on commit 7eed14f

Please sign in to comment.