aboutsummaryrefslogtreecommitdiff
path: root/src/content/scrolls.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/scrolls.js')
-rw-r--r--src/content/scrolls.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/content/scrolls.js b/src/content/scrolls.js
index bc88e43..b1cea6f 100644
--- a/src/content/scrolls.js
+++ b/src/content/scrolls.js
@@ -37,4 +37,6 @@ const scrollRight = (page) => {
page.scrollTo(x, y);
};
-export { scrollLines, scrollPages, scrollTop, scrollBottom, scrollLeft, scrollRight }
+export {
+ scrollLines, scrollPages, scrollTop, scrollBottom, scrollLeft, scrollRight
+};