Skip to content

Commit ff80527

Browse files
chore(prettier): 🤖 ✨
1 parent 941df37 commit ff80527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function scroll<T>(target: Element, options?: any) {
134134
scrollMode: overrides.scrollMode,
135135
boundary: overrides.boundary,
136136
skipOverflowHiddenElements: overrides.skipOverflowHiddenElements,
137-
behavior: actions =>
137+
behavior: (actions) =>
138138
Promise.all(
139139
actions.reduce(
140140
(results: Promise<SmoothScrollAction>[], { el, left, top }) => {

0 commit comments

Comments
 (0)