Skip to content

Commit

Permalink
tab getters
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Apr 11, 2024
1 parent 6b6943b commit 29ead4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/makeGetter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ export function makeGetter(
const rt = getReturnType(field, tables);
const bd = getBody(field, tables);

return `public ${fn}(): ${rt} { ${bd} }`;
return `\tpublic ${fn}(): ${rt} { ${bd} }`;
}

0 comments on commit 29ead4b

Please sign in to comment.