mirror of
https://github.com/mastodon/mastodon
synced 2025-04-12 00:56:38 +02:00

* jslint: remove trailing space * jslint: fix no-nested-ternary issue Follow the jslint [no-nested-ternary](http://eslint.org/docs/rules/no-nested-ternary) rule. Rewritten ternary with if-then.