mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
🎨 remove extra space
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user