Remove unneeded newline

This commit is contained in:
Bryant Ung
2017-12-07 15:26:15 -08:00
committed by GitHub
parent d1caf26ab5
commit 77f021a24f

View File

@@ -59,8 +59,6 @@ describe('WindowEventHandler', () => {
})
)
describe('when a link is clicked', () =>
it('opens the http/https links in an external application', () => {
const {shell} = require('electron')