Skip to content

Commit a92c820

Browse files
committed
cleanup
Signed-off-by: Ian Bolton <[email protected]>
1 parent 7b2b7e0 commit a92c820

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

vscode/src/webviewMessageHandler.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,6 @@ const actions: {
244244
diff: diff,
245245
state: "pending",
246246
};
247-
<<<<<<< HEAD
248-
return actions.VIEW_FILE({ path, change }, state, logger);
249-
=======
250247
// Call VIEW_FILE directly instead of through actions reference
251248
const uri = vscode.Uri.file(path);
252249
try {
@@ -264,7 +261,6 @@ const actions: {
264261
logger.error("Error handling SHOW_MAXIMIZED_DIFF:", error);
265262
vscode.window.showErrorMessage(`Failed to show diff: ${error}`);
266263
}
267-
>>>>>>> 5442a03 (:ghost: No more implicit returns or assertions)
268264
},
269265

270266
VIEW_FILE: async ({ path, change }, state, logger) => {

0 commit comments

Comments
 (0)