Fix linting error in config.js

This commit is contained in:
Philip Weiss
2018-03-06 11:49:41 -08:00
committed by GitHub
parent 685292bb8d
commit 6024a5f5cf

View File

@@ -980,7 +980,7 @@ class Config {
})
}
_clearUnscopedSettingsForSource(source) {
_clearUnscopedSettingsForSource (source) {
switch (source) {
case (this.projectFile):
this.projectSettings = {}