From 60033b7db1eb7bf542a46df420f26ebadd920204 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 27 Mar 2018 08:54:16 -0400 Subject: [PATCH] :art: remove extra space --- spec/config-file-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/config-file-spec.js b/spec/config-file-spec.js index 8b3c3ee62..a7751dd99 100644 --- a/spec/config-file-spec.js +++ b/spec/config-file-spec.js @@ -62,7 +62,7 @@ describe('ConfigFile', () => { }) }) - describe('when the file is updated with invalid CSON', () => { + describe('when the file is updated with invalid CSON', () => { it('notifies onDidError observers', async () => { configFile = new ConfigFile(filePath) subscription = await configFile.watch()