Add space after //

This commit is contained in:
Kevin Sawicki 2017-01-16 11:38:58 -08:00 committed by GitHub
parent 58fa8add31
commit 48facf6343

View file

@ -15,7 +15,7 @@ $ npm install --save-dev spectron
```
```javascript
//一个简单的测试验证一个带标题的可见的窗口
// 一个简单的测试验证一个带标题的可见的窗口
var Application = require('spectron').Application
var assert = require('assert')