From c587c6f7ac6792bf2e2a2bf44e2c8c8fe673b654 Mon Sep 17 00:00:00 2001 From: vivek-kothandapani Date: Tue, 28 Jan 2025 18:14:56 -0500 Subject: [PATCH] format fix --- src/core/Cline.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Cline.ts b/src/core/Cline.ts index 7a118d10a8..ec0a9b1bce 100644 --- a/src/core/Cline.ts +++ b/src/core/Cline.ts @@ -1604,7 +1604,7 @@ export class Cline { } // open the editor if not done already. This is to fix diff error when model provides correct search-replace text but Cline throws error - // because file is not open. + // because file is not open. if (!this.diffViewProvider.isEditing) { await this.diffViewProvider.open(relPath) }