aboutsummaryrefslogtreecommitdiff
path: root/webAO/utils/calculatorHandler.js
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-09-20 12:57:45 +0200
committerstonedDiscord <Tukz@gmx.de>2023-09-20 12:57:45 +0200
commit59028dd4046ad0715d80be8d1ed0031f20f05b7a (patch)
treec66c470ad4fb959b8959f1895e410762c557437b /webAO/utils/calculatorHandler.js
parentef28c355ef69fee7511956751bbdb5dcd1a931b1 (diff)
mostly whitespaces, please don't break
Diffstat (limited to 'webAO/utils/calculatorHandler.js')
-rw-r--r--webAO/utils/calculatorHandler.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/webAO/utils/calculatorHandler.js b/webAO/utils/calculatorHandler.js
index 9072195..890b53c 100644
--- a/webAO/utils/calculatorHandler.js
+++ b/webAO/utils/calculatorHandler.js
@@ -3,7 +3,7 @@ import calculateWebpLength from './calculateWebpLength';
import calculateApngLength from './calculateApngLength';
export default {
- '.gif': calculateGifLength,
- '.webp': calculateWebpLength,
- '.apng': calculateApngLength,
+ '.gif': calculateGifLength,
+ '.webp': calculateWebpLength,
+ '.apng': calculateApngLength,
};