From 648b260a0673d12fe7293311c7090bff0f08c1e8 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 21 Jul 2019 01:42:47 -0400 Subject: [PATCH] Fixes prettier issue --- src/commands/diffWithWorking.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/diffWithWorking.ts b/src/commands/diffWithWorking.ts index 5ca9aee..f3abc6c 100644 --- a/src/commands/diffWithWorking.ts +++ b/src/commands/diffWithWorking.ts @@ -88,7 +88,9 @@ export class DiffWithWorkingCommand extends ActiveEditorCommand { firstIfNotFound: true }); if (args.commit === undefined) { - return window.showWarningMessage('Unable to open compare. File doesn\'t exist in the specified revision'); + return window.showWarningMessage( + "Unable to open compare. File doesn't exist in the specified revision" + ); } } catch (ex) {