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