Skip to content

Commit 0537448

Browse files
committed
chore: whitespaces
1 parent 19c1ed2 commit 0537448

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/tools/edit.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ export async function performSearchReplace(filePath: string, block: SearchReplac
110110

111111
// Capture file extension in telemetry without capturing the file path
112112
capture('server_edit_block_empty_search', {fileExtension: fileExtension, expectedReplacements});
113-
114113
return {
115114
content: [{
116115
type: "text",
@@ -120,7 +119,6 @@ export async function performSearchReplace(filePath: string, block: SearchReplac
120119
}
121120

122121

123-
124122
// Read file as plain string
125123
const {content} = await readFile(filePath, false, 0, Number.MAX_SAFE_INTEGER);
126124

0 commit comments

Comments
 (0)