Browse Source

fix linting

Bret Comnes 8 years ago
parent
commit
b67c81226c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/remote.md

+ 1 - 1
docs/api/remote.md

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