Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Apr 6, 2024
1 parent 5af65b0 commit ae27865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/generator/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ generatorHandler({
}

writeModules(modules)
handleFormatting(options)
handleFormatting()
},
})

function handleFormatting(options: GeneratorOptions) {
function handleFormatting() {
const generator = getGenerator()
if (generator.config.formatter == null) return

Expand Down

0 comments on commit ae27865

Please sign in to comment.