Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny committed Oct 21, 2014
1 parent 3b82ac3 commit 1eb29b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ gulp.task('coverage', ['build'], function(doneCallback) {
var lcov = fs.readFileSync('./coverage/lcov.info',
{encoding: 'utf8'});
coveralls(lcov, doneCallback);
} catch(err) {
} catch (err) {
doneCallback(err);
}
} else {
Expand Down

0 comments on commit 1eb29b1

Please sign in to comment.