Skip to content

Commit 175ba65

Browse files
committed
Minor prettier fix
1 parent 5259699 commit 175ba65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

react/modules/scrollPollyfill.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
function isFunction(functionToCheck) {
2-
return functionToCheck && {}.toString.call(functionToCheck) === '[object Function]';
2+
return (
3+
functionToCheck && {}.toString.call(functionToCheck) === '[object Function]'
4+
)
35
}
46

57
if (!isFunction(window.scroll)) {

0 commit comments

Comments
 (0)