Skip to content

Commit

Permalink
bugfix alias type builder
Browse files Browse the repository at this point in the history
  • Loading branch information
marioke committed Mar 18, 2023
1 parent 18b203b commit f218c69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-code-generator",
"version": "0.0.11",
"version": "0.0.12",
"description": "",
"scripts": {
"build": "tsc",
Expand Down
1 change: 0 additions & 1 deletion src/AliasTypeBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class AliasTypeBuilder extends BuilderBase {

});
builder.append(" */");
builder.addNewline();
}

const parts = [];
Expand Down

0 comments on commit f218c69

Please sign in to comment.