mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Remove trailing whitespace
This commit is contained in:
@@ -58,7 +58,7 @@ describe('WindowEventHandler', () => {
|
||||
spyOn(atom, 'close')
|
||||
window.dispatchEvent(new CustomEvent('window:close'))
|
||||
expect(atom.close).toHaveBeenCalled()
|
||||
})
|
||||
})
|
||||
)
|
||||
|
||||
describe('when a link is clicked', () =>
|
||||
|
||||
Reference in New Issue
Block a user