mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove spaces around brackets
This commit is contained in:
@@ -158,7 +158,7 @@ project/
|
||||
|
||||
```js
|
||||
// main process: main/index.js
|
||||
const { app } = require('electron')
|
||||
const {app} = require('electron')
|
||||
app.on('ready', () => { /* ... */ })
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user