fix: format a file that slipped in.

This commit is contained in:
Martin Probst 2015-06-03 15:50:45 -07:00
parent f999d5a156
commit 471a1b6d12
1 changed files with 1 additions and 2 deletions

View File

@ -85,7 +85,6 @@ export class AngularBuilder {
private rebuild(builder) {
return builder.build()
.then((result) => { printSlowTrees(result.graph); });
return builder.build().then((result) => { printSlowTrees(result.graph); });
}
}