From 3f98e8d3ee4ae10aa127f2712222671f20f9367e Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Fri, 12 Jan 2024 15:18:04 +0000 Subject: [PATCH] fix formatting --- src/app/Fake.Tools.Git/Information.fs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/Fake.Tools.Git/Information.fs b/src/app/Fake.Tools.Git/Information.fs index 503cdbd18e9..3afba73d3eb 100644 --- a/src/app/Fake.Tools.Git/Information.fs +++ b/src/app/Fake.Tools.Git/Information.fs @@ -80,6 +80,7 @@ module Information = match Environment.environVarOrNone "BUILD_SOURCEVERSION" with | None -> reraise () | Some s -> s + /// /// Returns the short SHA1 of the current HEAD /// @@ -88,6 +89,7 @@ module Information = let getCurrentShortSHA1 repositoryDir = let _, msg, _ = CommandHelper.runGitCommand repositoryDir "rev-parse --short HEAD" msg |> String.separated "" + /// /// Shows the git status ///