Skip to content

Commit c84897b

Browse files
committed
Tsfmt
1 parent 5c39311 commit c84897b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

editors/code/src/color_theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export class ColorTheme {
3131
const scopes = typeof rule.scope === 'undefined'
3232
? []
3333
: typeof rule.scope === 'string'
34-
? [rule.scope]
35-
: rule.scope;
34+
? [rule.scope]
35+
: rule.scope;
3636
for (const scope of scopes) {
3737
res.rules.set(scope, rule.settings);
3838
}

0 commit comments

Comments
 (0)