Skip to content

Commit 7e6cd48

Browse files
committed
revert: remove unintended whitespace formatting change in insertContentTool.ts
1 parent 9ef5624 commit 7e6cd48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/tools/insertContentTool.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ export async function insertContentTool(
9898

9999
cline.diffViewProvider.editType = fileExists ? "modify" : "create"
100100
cline.diffViewProvider.originalContent = fileContent
101-
102101
const lines = fileExists ? fileContent.split("\n") : []
103102

104103
const updatedContent = insertGroups(lines, [

0 commit comments

Comments
 (0)