Skip to content

Commit

Permalink
Fixed spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
legaard committed Apr 28, 2019
1 parent fdf7b2d commit 1520b58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/__tests__/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ describe('Extension', () => {
};
const extensionToMerge = new Extension();
extensionToMerge.add(dummyBuilderToMerge);

const existingBuilderType = uuid();
const existingBuilderAlias = uuid();
const existingDummyBuilder: TypeBuilder<any> = {
Expand Down
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export class Extension {

merge(extension: Extension): this {
extension.builders.forEach(b => this.add(b));

return this;
}

Expand Down

0 comments on commit 1520b58

Please sign in to comment.