Skip to content

Commit 1dc7b89

Browse files
committed
lint
1 parent dc09c12 commit 1dc7b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/remix-ide/src/app/plugins/ai-dapp-generator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class AIDappGenerator extends Plugin {
174174

175175
private createInitialMessage(options: GenerateDappOptions): string {
176176
const providerCode = this.getProviderCode()
177-
177+
178178
return `
179179
You MUST generate a new DApp based on the following requirements.
180180
@@ -340,7 +340,7 @@ export class AIDappGenerator extends Plugin {
340340
341341
Remember: Return ALL project files in the 'START_TITLE' format as
342342
instructed in the system prompt.
343-
`
343+
`
344344
}
345345

346346
private createUpdateMessage(description: string, currentFiles: Pages): string {

0 commit comments

Comments
 (0)