Skip to content

Commit

Permalink
Replace tab with 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
rChaoz committed Nov 2, 2022
1 parent 8731560 commit 80e72a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -111,7 +111,7 @@ export function useScrollIntoView<
}
animateScroll();
},
[scrollableRef, axis, duration, easing, isList, offset, onScrollFinish, reducedMotion]
[scrollableRef, axis, duration, easing, isList, offset, onScrollFinish, reducedMotion]
);

const handleStop = () => {
Expand Down

0 comments on commit 80e72a0

Please sign in to comment.