Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Apr 17, 2023
1 parent 4ff3dd6 commit 6ff5694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/FixedSizeList.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ describe('FixedSizeList', () => {
const ref = createRef();
ReactDOM.render(
<FixedSizeList {...defaultProps} ref={ref} />,
document.createElement('div'),
document.createElement('div')
);

// Mimic the vertical list not being horizontally scrollable.
Expand Down

0 comments on commit 6ff5694

Please sign in to comment.