about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/height_cache.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/reducers/height_cache.js')
-rw-r--r--app/javascript/mastodon/reducers/height_cache.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/reducers/height_cache.js b/app/javascript/mastodon/reducers/height_cache.js
index 2f5716fae..77a59c8c5 100644
--- a/app/javascript/mastodon/reducers/height_cache.js
+++ b/app/javascript/mastodon/reducers/height_cache.js
@@ -20,4 +20,4 @@ export default function statuses(state = initialState, action) {
   default:
     return state;
   }
-};
+}