Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Apr 17, 2024
1 parent 7356a5b commit ebe0db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/src/record/mutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@ export default class MutationBuffer {
);
}

// Since this is an extremely hot path, do not destructure next
// Since this is an extremely hot path, do not destructure next
// in order to avoid invoking the iterator protocol
const n = next[0];
const target = next[1];
Expand Down

0 comments on commit ebe0db6

Please sign in to comment.