📝 Remove whitespace

[ci skip]
This commit is contained in:
Plusb Preco 2016-05-11 03:34:06 +09:00
parent 5146befa46
commit ebc7f5cba0

View file

@ -7,7 +7,6 @@ closed:
```javascript ```javascript
const {app} = require('electron'); const {app} = require('electron');
app.on('window-all-closed', () => { app.on('window-all-closed', () => {
app.quit(); app.quit();
}); });