revert(format): Revert "chore(format): update to latest formatter"
This reverts commit 03627aa84d
.
This commit is contained in:
@ -24,8 +24,8 @@ export class MergeTrees implements DiffingBroccoliPlugin {
|
||||
public options: MergeTreesOptions;
|
||||
private firstBuild: boolean = true;
|
||||
|
||||
constructor(
|
||||
public inputPaths: string[], public cachePath: string, options: MergeTreesOptions = {}) {
|
||||
constructor(public inputPaths: string[], public cachePath: string,
|
||||
options: MergeTreesOptions = {}) {
|
||||
this.options = options || {};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user