Skip to content

Commit 3f98e8d

Browse files
Numpsyxperiandri
authored andcommitted
fix formatting
1 parent 1eadc47 commit 3f98e8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/Fake.Tools.Git/Information.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module Information =
8080
match Environment.environVarOrNone "BUILD_SOURCEVERSION" with
8181
| None -> reraise ()
8282
| Some s -> s
83+
8384
/// <summary>
8485
/// Returns the short SHA1 of the current <c>HEAD</c>
8586
/// </summary>
@@ -88,6 +89,7 @@ module Information =
8889
let getCurrentShortSHA1 repositoryDir =
8990
let _, msg, _ = CommandHelper.runGitCommand repositoryDir "rev-parse --short HEAD"
9091
msg |> String.separated ""
92+
9193
/// <summary>
9294
/// Shows the git status
9395
/// </summary>

0 commit comments

Comments
 (0)