about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2022-12-03 20:56:21 -0500
committerGitHub <noreply@github.com>2022-12-04 10:56:21 +0900
commit05d4c50f64af33a7e3ec6d724a21ab8d0eeb17fa (patch)
tree1e1f20b23c5683ccc364d7ef48ad1ffc45d6543e
parentf77ed3a6b202b0eba42e4ce2e76b09dcf70398b4 (diff)
Fix spacing warning from ESLint (#22005)
-rw-r--r--app/javascript/mastodon/reducers/user_lists.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/reducers/user_lists.js b/app/javascript/mastodon/reducers/user_lists.js
index f19c1e2e9..88b51fb63 100644
--- a/app/javascript/mastodon/reducers/user_lists.js
+++ b/app/javascript/mastodon/reducers/user_lists.js
@@ -22,7 +22,7 @@ import {
   FOLLOW_REQUESTS_EXPAND_FAIL,
   FOLLOW_REQUEST_AUTHORIZE_SUCCESS,
   FOLLOW_REQUEST_REJECT_SUCCESS,
-  } from '../actions/accounts';
+} from '../actions/accounts';
 import {
   REBLOGS_FETCH_SUCCESS,
   FAVOURITES_FETCH_SUCCESS,