Skip to content

Commit

Permalink
Apply formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaj1014 authored and dkindel committed Apr 22, 2024
1 parent 1018578 commit 6ac06c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrdom/test/diff.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ describe('diff algorithm for rrdom', () => {
handleInsertBefore(
document.documentElement,
nodeToMove,
insertBeforeNode
insertBeforeNode,
);

// nodeToMove was inserted before
Expand Down

0 comments on commit 6ac06c1

Please sign in to comment.