Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBa committed Aug 31, 2023
1 parent 28c50f7 commit 3ef5f64
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 @@ -650,7 +650,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 3ef5f64

Please sign in to comment.