mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Add space after //
This commit is contained in:
@@ -15,7 +15,7 @@ $ npm install --save-dev spectron
|
||||
```
|
||||
|
||||
```javascript
|
||||
//一个简单的测试验证一个带标题的可见的窗口
|
||||
// 一个简单的测试验证一个带标题的可见的窗口
|
||||
var Application = require('spectron').Application
|
||||
var assert = require('assert')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user