Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 0fd7eb8

Browse files
committed
Fix indentation
1 parent 31c71b8 commit 0fd7eb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/util.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ export function getWindowHeight() {
4141
if (typeof window === 'undefined') {
4242
return 0;
4343
} else {
44-
return window.innerHeight ||
45-
document.documentElement.clientHeight ||
46-
document.body.clientHeight;
44+
return window.innerHeight ||
45+
document.documentElement.clientHeight ||
46+
document.body.clientHeight;
4747
}
4848
}
4949

0 commit comments

Comments
 (0)