Remove spaces around brackets
This commit is contained in:
parent
b67c81226c
commit
55bf2239df
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ project/
|
|||
|
||||
```js
|
||||
// main process: main/index.js
|
||||
const { app } = require('electron')
|
||||
const {app} = require('electron')
|
||||
app.on('ready', () => { /* ... */ })
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue