Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from pragmaticivan/patch-1
Browse files Browse the repository at this point in the history
Removes extra space before 'use strict'
  • Loading branch information
philipwalton committed Jun 2, 2017
2 parents d13ead7 + a9cd6ed commit a26e753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

'use strict';
'use strict';

const assert = require('assert');
const eslint = require('eslint');
Expand Down

0 comments on commit a26e753

Please sign in to comment.