mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fix linting error in config.js
This commit is contained in:
@@ -980,7 +980,7 @@ class Config {
|
||||
})
|
||||
}
|
||||
|
||||
_clearUnscopedSettingsForSource(source) {
|
||||
_clearUnscopedSettingsForSource (source) {
|
||||
switch (source) {
|
||||
case (this.projectFile):
|
||||
this.projectSettings = {}
|
||||
|
||||
Reference in New Issue
Block a user