diff --git a/libs/remix-ai-core/src/agents/contractAgent.ts b/libs/remix-ai-core/src/agents/contractAgent.ts index 0d3d7c871df..66e7970bc8e 100644 --- a/libs/remix-ai-core/src/agents/contractAgent.ts +++ b/libs/remix-ai-core/src/agents/contractAgent.ts @@ -62,7 +62,6 @@ export class ContractAgent { } // check if file already exists await this.plugin.call('fileManager', 'writeFile', file.fileName, file.content) - await this.plugin.call('codeFormatter', 'format', file.fileName) } return "New workspace created: **" + this.workspaceName + "**\nUse the Hamburger menu to select it!" }