]> git.lizzy.rs Git - rust.git/commitdiff
Tsfmt
authorbjorn3 <bjorn3@users.noreply.github.com>
Sat, 1 Feb 2020 12:41:11 +0000 (13:41 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sat, 1 Feb 2020 12:41:11 +0000 (13:41 +0100)
editors/code/src/color_theme.ts

index e4d20490b1fa5b2ac8e9ed78fbbd6b50e36917e7..d816f617d278add8cef4776d9271c87203204c88 100644 (file)
@@ -31,8 +31,8 @@ export class ColorTheme {
             const scopes = typeof rule.scope === 'undefined'
                 ? []
                 : typeof rule.scope === 'string'
-                ? [rule.scope]
-                : rule.scope;
+                    ? [rule.scope]
+                    : rule.scope;
             for (const scope of scopes) {
                 res.rules.set(scope, rule.settings);
             }