Add space after //
This commit is contained in:
parent
58fa8add31
commit
48facf6343
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $ npm install --save-dev spectron
|
|||
```
|
||||
|
||||
```javascript
|
||||
//一个简单的测试验证一个带标题的可见的窗口
|
||||
// 一个简单的测试验证一个带标题的可见的窗口
|
||||
var Application = require('spectron').Application
|
||||
var assert = require('assert')
|
||||
|
||||
|
|
Loading…
Reference in a new issue