Skip to content

Commit

Permalink
Fix styling of test file
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaurencin committed Sep 16, 2020
1 parent e0da5b2 commit ae365b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec-main/fixtures/crash-cases/api-browser-destroy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function createWindow () {
height: 600,
webPreferences: {
nodeIntegration: true
},
}
});
const view = new BrowserView();
mainWindow.addBrowserView(view);
Expand All @@ -22,4 +22,4 @@ function createWindow () {
app.on('ready', () => {
createWindow();
setTimeout(() => app.quit());
});
});

0 comments on commit ae365b3

Please sign in to comment.