8000 chore: makes jshint happy · angular-ui/ui-codemirror@142f09d · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 142f09d

Browse files
committed
chore: makes jshint happy
1 parent a8d849b commit 142f09d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gruntFile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ module.exports = function (grunt) {
1212
function fakeTargetTask(prefix){
1313
return function(){
1414

15-
if (this.args.length !== 1) return grunt.log.fail('Just give the name of the ' + prefix + ' you want like :\ngrunt ' + prefix + ':bower');
15+
if (this.args.length !== 1) {
16+
return grunt.log.fail('Just give the name of the ' + prefix + ' you want like :\ngrunt ' + prefix + ':bower');
17+
}
1618

1719
var done = this.async();
1820
var spawn = require('child_process').spawn;

0 commit comments

Comments
 (0)
0