Skip to content

Commit 9ff60a0

Browse files
committed
lint
1 parent 099dddb commit 9ff60a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/remixAIPlugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export class RemixAIPlugin extends Plugin {
222222
await statusCallback?.('Creating contracts and files...')
223223
const genResult = await this.contractor.writeContracts(result, userPrompt, statusCallback)
224224

225-
// revert provider
225+
// revert provider
226226
this.setAssistantProvider(await this.getAssistantProvider())
227227
if (genResult.includes('No payload')) return genResult
228228
await this.call('menuicons', 'select', 'filePanel')

0 commit comments

Comments
 (0)