From c5dac4d4500cb973b1e7f68b9164ec53860dd2e5 Mon Sep 17 00:00:00 2001 From: Thomas Boop Date: Tue, 22 Sep 2020 15:14:00 -0400 Subject: [PATCH] run format --- src/git-source-provider.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/git-source-provider.ts b/src/git-source-provider.ts index 000a3ac..42a12e0 100644 --- a/src/git-source-provider.ts +++ b/src/git-source-provider.ts @@ -202,10 +202,10 @@ export async function getSource(settings: IGitSourceSettings): Promise { } // Get commit information - const commitInfo = await git.log1(); + const commitInfo = await git.log1() // Log commit sha - await git.log1("--format='%H'"); + await git.log1("--format='%H'") // Check for incorrect pull request merge commit await refHelper.checkCommitInfo(