Skip to content

Commit 886381e

Browse files
authored
Merge pull request #6512 from remix-project-org/no_code_formater
rm the code formater after generation
2 parents 3432c62 + 48546f7 commit 886381e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ai-core/src/agents/contractAgent.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export class ContractAgent {
6262
}
6363
// check if file already exists
6464
await this.plugin.call('fileManager', 'writeFile', file.fileName, file.content)
65-
await this.plugin.call('codeFormatter', 'format', file.fileName)
6665
}
6766
return "New workspace created: **" + this.workspaceName + "**\nUse the Hamburger menu to select it!"
6867
}

0 commit comments

Comments
 (0)