[Glitch] Remove extra semicolons with ESLint autofix

Port d9088ef327 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Nick Schonning
2023-01-29 17:44:03 -05:00
committed by Claire
parent 1d5395498d
commit ed7cb79723
3 changed files with 9 additions and 9 deletions

View File

@@ -39,4 +39,4 @@ export default function followed_tags(state = initialState, action) {
default:
return state;
}
};
}