Преглед изворни кода

Removed spaces before 'use strict' clause.

Maksymilian Barnaś пре 9 година
родитељ
комит
721fb9f616

+ 1 - 1
dev/tasks/exec/functions/bump-year.js

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
- 'use strict';
+'use strict';
 
 const gulp = require( 'gulp' );
 const path = require( 'path' );

+ 1 - 1
dev/tasks/exec/functions/git-commit.js

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
- 'use strict';
+'use strict';
 
 const git = require( '../utils/git' );
 const PassThrough = require( 'stream' ).PassThrough;

+ 1 - 1
dev/tasks/exec/functions/git-push.js

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
- 'use strict';
+'use strict';
 
 const git = require( '../utils/git' );
 const PassThrough = require( 'stream' ).PassThrough;

+ 1 - 1
dev/tasks/exec/utils/gitignore-filter.js

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md.
  */
 
- 'use strict';
+'use strict';
 
 const fs = require( 'fs' );
 const filter = require( 'gulp-filter' );