Remove spaces around brackets
authorKevin Sawicki <kevin@github.com>
Thu, 30 Mar 2017 18:58:09 +0000 (11:58 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Mar 2017 18:58:09 +0000 (11:58 -0700)
docs/api/remote.md

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