Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ottomated committed Oct 23, 2024
1 parent be7bba9 commit 7ee18ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tasks/ast_tools/src/generators/typescript.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ impl Generator for TypescriptGenerator {
let file = file!().replace('\\', "/");
let mut content = format!(
"\
// Auto-generated code, DO NOT EDIT DIRECTLY!\n\
// To edit this generated file you have to edit `{file}`\n\n\
{CUSTOM_TYPESCRIPT}\n\
"
// Auto-generated code, DO NOT EDIT DIRECTLY!\n\
// To edit this generated file you have to edit `{file}`\n\n\
{CUSTOM_TYPESCRIPT}\n\
"
);

for def in ctx.schema() {
Expand Down

0 comments on commit 7ee18ed

Please sign in to comment.