about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/followed_tags.js
diff options
context:
space:
mode:
authorNick Schonning <nschonni@gmail.com>2023-01-29 17:44:03 -0500
committerGitHub <noreply@github.com>2023-01-29 23:44:03 +0100
commitd9088ef3272421a9267467fb95674d4b4afb38ab (patch)
treecaeb7c8efef62874ba04348513c595185fe3b141 /app/javascript/mastodon/reducers/followed_tags.js
parent9cdd643564ef1f885a4c501ac0dfc437291466a7 (diff)
Separate ESLint CI from Superlinter (#23029)
* Separate ESLint CI from Superlinter

* Correct JS indenting level

* Remove extra semicolons with ESLint autofix
Diffstat (limited to 'app/javascript/mastodon/reducers/followed_tags.js')
-rw-r--r--app/javascript/mastodon/reducers/followed_tags.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/reducers/followed_tags.js b/app/javascript/mastodon/reducers/followed_tags.js
index f50ee6aa3..da20b7b12 100644
--- a/app/javascript/mastodon/reducers/followed_tags.js
+++ b/app/javascript/mastodon/reducers/followed_tags.js
@@ -39,4 +39,4 @@ export default function followed_tags(state = initialState, action) {
   default:
     return state;
   }
-};
+}