Skip to content

Commit 648b260

Browse files
committed
Fixes prettier issue
1 parent 173bf0e commit 648b260

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/commands/diffWithWorking.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ export class DiffWithWorkingCommand extends ActiveEditorCommand {
8888
firstIfNotFound: true
8989
});
9090
if (args.commit === undefined) {
91-
return window.showWarningMessage('Unable to open compare. File doesn\'t exist in the specified revision');
91+
return window.showWarningMessage(
92+
"Unable to open compare. File doesn't exist in the specified revision"
93+
);
9294
}
9395
}
9496
catch (ex) {

0 commit comments

Comments
 (0)