Skip to content

Commit

Permalink
style(template): reindent
Browse files Browse the repository at this point in the history
  • Loading branch information
meriadec committed Apr 10, 2015
1 parent d43524d commit 649d57c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/templates/tasks/test.js(hasTests)
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ exports.e2eUpdate = protractor.webdriver_update;
exports.e2eTests = function () {
gulp.src('client/views/**/*.e2e.js')
.pipe(protractor.protractor({ configFile: 'protractor.conf.js' }))
.on('error', function (e) { util.log(e.message); process.exit(-1); })
.on('error', function (e) {
util.log(e.message);
process.exit(-1);
})
.on('end', function () { process.exit(0); });
};<% } if (filters.karma || filters.mocha) { %>

Expand Down

0 comments on commit 649d57c

Please sign in to comment.