Remove spaces around brackets

This commit is contained in:
Kevin Sawicki 2017-03-30 11:58:09 -07:00 committed by GitHub
parent b67c81226c
commit 55bf2239df

View file

@ -158,7 +158,7 @@ project/
```js
// main process: main/index.js
const { app } = require('electron')
const {app} = require('electron')
app.on('ready', () => { /* ... */ })
```