Skip to content

Commit fb91382

Browse files
committed
Prettier
1 parent 7646ce1 commit fb91382

File tree

1 file changed

+0
-1
lines changed
  • packages/rrweb-snapshot/src

1 file changed

+0
-1
lines changed

packages/rrweb-snapshot/src/css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ export function parse(css: string, options: ParserOptions = {}): Stylesheet {
467467
let currentStringChar = null;
468468

469469
for (const char of input) {
470-
471470
const hasStringEscape = currentSegment.endsWith('\\');
472471

473472
if (currentStringChar) {

0 commit comments

Comments
 (0)