diff options
author | Fomafix <fomafix@googlemail.com> | 2017-03-30 21:53:50 +0200 |
---|---|---|
committer | Fomafix <fomafix@googlemail.com> | 2017-03-30 22:06:40 +0200 |
commit | 7a3418ae336379a5e44211f8b092b6411eb6ab15 (patch) | |
tree | aba6bc5957d0a36de6169d0ad53655cd7d6b3fbd /tests/selenium | |
parent | c3c730f494942adebce757d29807c28241e9c53d (diff) | |
download | mediawikicore-7a3418ae336379a5e44211f8b092b6411eb6ab15.tar.gz mediawikicore-7a3418ae336379a5e44211f8b092b6411eb6ab15.zip |
Use consistent spaces at start and end of comments
Change-Id: Idbb09b69aa1ef4e46433319aaea62f34f0dbc038
Diffstat (limited to 'tests/selenium')
-rw-r--r-- | tests/selenium/wdio.conf.jenkins.js | 4 | ||||
-rw-r--r-- | tests/selenium/wdio.conf.js | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/selenium/wdio.conf.jenkins.js b/tests/selenium/wdio.conf.jenkins.js index 4491c8e1d57c..6049eb250504 100644 --- a/tests/selenium/wdio.conf.jenkins.js +++ b/tests/selenium/wdio.conf.jenkins.js @@ -1,5 +1,5 @@ -/* eslint no-undef: "error"*/ -/* eslint-env node*/ +/* eslint no-undef: "error" */ +/* eslint-env node */ 'use strict'; var merge = require( 'deepmerge' ), wdioConf = require( './wdio.conf.js' ); diff --git a/tests/selenium/wdio.conf.js b/tests/selenium/wdio.conf.js index b5dc61ad36ea..f132899bdd20 100644 --- a/tests/selenium/wdio.conf.js +++ b/tests/selenium/wdio.conf.js @@ -1,7 +1,7 @@ /* eslint comma-dangle: 0 */ -/* eslint no-undef: "error"*/ +/* eslint no-undef: "error" */ /* eslint no-console: 0 */ -/* eslint-env node*/ +/* eslint-env node */ 'use strict'; const path = require( 'path' ); |