From 6024a5f5cfffa92e14cc9f85f7e061a0775fd69a Mon Sep 17 00:00:00 2001 From: Philip Weiss Date: Tue, 6 Mar 2018 11:49:41 -0800 Subject: [PATCH] Fix linting error in config.js --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 16544b0a3..448692500 100644 --- a/src/config.js +++ b/src/config.js @@ -980,7 +980,7 @@ class Config { }) } - _clearUnscopedSettingsForSource(source) { + _clearUnscopedSettingsForSource (source) { switch (source) { case (this.projectFile): this.projectSettings = {}