Skip to content

Commit 3ef5f64

Browse files
committed
run prettier
1 parent 28c50f7 commit 3ef5f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rrweb/src/record/mutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ export default class MutationBuffer {
650650
);
651651
}
652652

653-
// Since this is an extremely hot path, do not destructure next
653+
// Since this is an extremely hot path, do not destructure next
654654
// in order to avoid invoking the iterator protocol
655655
const n = next[0];
656656
const target = next[1];

0 commit comments

Comments
 (0)