Skip to content

Commit 73de557

Browse files
updated: remove trailing spaces
1 parent d280325 commit 73de557

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.next.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,4 @@ import domToArray from 'bianco.dom-to-array'
1515
*/
1616
export default function forceReflow (el) {
1717
return domToArray(el).map(el => el.scrollTop) && el
18-
}
19-
20-
21-
18+
}

0 commit comments

Comments
 (0)