🎨 remove extra space

This commit is contained in:
Ash Wilson
2018-03-27 08:54:16 -04:00
parent d4185b2b01
commit 60033b7db1

View File

@@ -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()