Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa authored and eoghanmurray committed Dec 4, 2023
1 parent fd9c0f6 commit cd2ea39
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 @@ -692,7 +692,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 cd2ea39

Please sign in to comment.