mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Remove parens
This commit is contained in:
@@ -42,7 +42,7 @@ class ThemeManager
|
||||
|
||||
# Reverse so the first (top) theme is loaded after the others. We want
|
||||
# the first/top theme to override later themes in the stack.
|
||||
(themeNames = _.clone(themeNames)).reverse()
|
||||
themeNames = _.clone(themeNames).reverse()
|
||||
|
||||
@activateTheme(themeName) for themeName in themeNames
|
||||
@loadUserStylesheet()
|
||||
|
||||
Reference in New Issue
Block a user