Remove trailing whitespace

This commit is contained in:
Bryant Ung
2018-01-05 15:50:48 -08:00
committed by GitHub
parent 8ec54a04e2
commit 88e330d577

View File

@@ -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', () =>