mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
remove parens from the list comp
This commit is contained in:
@@ -46,7 +46,7 @@ class ThemeManager
|
||||
null
|
||||
|
||||
getImportPaths: ->
|
||||
(theme.directoryPath for theme in @loadedThemes when theme.directoryPath)
|
||||
theme.directoryPath for theme in @loadedThemes when theme.directoryPath
|
||||
|
||||
loadUserStylesheet: ->
|
||||
if userStylesheetPath = @getUserStylesheetPath()
|
||||
|
||||
Reference in New Issue
Block a user