Skip to content

Commit 471a1b6

Browse files
committed
fix: format a file that slipped in.
1 parent f999d5a commit 471a1b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tools/broccoli/angular_builder.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export class AngularBuilder {
8585

8686

8787
private rebuild(builder) {
88-
return builder.build()
89-
.then((result) => { printSlowTrees(result.graph); });
88+
return builder.build().then((result) => { printSlowTrees(result.graph); });
9089
}
9190
}

0 commit comments

Comments
 (0)