Fixed js lint issues.
authorNitish Sakhawalkar <nitsakh@icloud.com>
Thu, 2 Mar 2017 22:37:09 +0000 (14:37 -0800)
committerNitish Sakhawalkar <nitsakh@icloud.com>
Thu, 2 Mar 2017 22:37:09 +0000 (14:37 -0800)
spec/api-browser-window-spec.js

index 5852c8d..bb05eb5 100644 (file)
@@ -256,7 +256,6 @@ describe('BrowserWindow module', function () {
         w.loadURL(server.url)
       })
 
-
       it('sets the content type header on multi part forms', function (done) {
         w.webContents.on('did-finish-load', () => {
           w.webContents.session.webRequest.onBeforeSendHeaders((details, callback) => {
@@ -279,7 +278,7 @@ describe('BrowserWindow module', function () {
         w.loadURL(server.url)
       })
     })
-    
+
     it('should support support base url for data urls', (done) => {
       ipcMain.once('answer', function (event, test) {
         assert.equal(test, 'test')