Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcallen committed Mar 15, 2024
1 parent 2a4304e commit 8c8c266
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,11 +578,7 @@ export class CodeGenerator {
* @param _opt_thisOnly True to generate code for only this statement.
* @returns Code with comments and subsequent blocks added.
*/
scrub_(
_block: Block,
code: string,
_opt_thisOnly?: boolean,
): string {
scrub_(_block: Block, code: string, _opt_thisOnly?: boolean): string {
// Optionally override
return code;
}
Expand Down

0 comments on commit 8c8c266

Please sign in to comment.