Skip to content

Commit

Permalink
Format files
Browse files Browse the repository at this point in the history
  • Loading branch information
amckinney committed Jan 11, 2025
1 parent bb130dd commit 8b8a69e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ describe("ClassInstantiation", () => {
});
});
});

Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,3 @@ describe("Reference", () => {
});
});
});

Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,3 @@ World!\``);
});
});
});

2 changes: 1 addition & 1 deletion generators/typescript-v2/ast/src/ast/core/AstNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export abstract class AstNode extends AbstractAstNode {
*/
public async toString({
customConfig,
formatter,
formatter
}: {
customConfig: TypescriptCustomConfigSchema | undefined;
formatter?: AbstractFormatter;
Expand Down

0 comments on commit 8b8a69e

Please sign in to comment.