Skip to content

Commit ed43643

Browse files
filipesilvajohannes.werner
authored and
johannes.werner
committed
chore: revert whitespace changes
1 parent 1cfea47 commit ed43643

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

addon/ng2/commands/init.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var GitInit = require('../tasks/git-init');
99
var LinkCli = require('../tasks/link-cli');
1010
var NpmInstall = require('../tasks/npm-install');
1111

12-
1312
module.exports = Command.extend({
1413
name: 'init',
1514
description: 'Creates a new angular-cli project in the current folder.',
@@ -95,7 +94,7 @@ module.exports = Command.extend({
9594

9695
return Promise.reject(new SilentError(message));
9796
}
98-
97+
9998
var blueprintOpts = {
10099
dryRun: commandOptions.dryRun,
101100
blueprint: commandOptions.blueprint || this._defaultBlueprint(),

0 commit comments

Comments
 (0)