mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix up the linter error
This commit is contained in:
@@ -1041,9 +1041,9 @@ class Config
|
||||
settings = withoutEmptyObjects(@makeValueConformToSchema(null, settings))
|
||||
validatedSettings[scopeSelector] = settings
|
||||
catch e
|
||||
;
|
||||
validatedSettings[scopeSelector] = null
|
||||
|
||||
@scopedSettingsStore.addProperties(source, validatedSettings, {priority}) if validatedSettings[scopeSelector]
|
||||
@scopedSettingsStore.addProperties(source, validatedSettings, {priority}) if validatedSettings[scopeSelector]?
|
||||
|
||||
@emitChangeEvent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user