Skip to content

Commit ce36b63

Browse files
author
jianghongyuan
committed
format code
1 parent dacb3ad commit ce36b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Core/Core/GitPreparer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ private void NormalizeGitDirectory(bool noFetch, string? currentBranchName, bool
248248
this.log.Warning($"Choosing {branchWithoutSeparator.Name.Canonical} as it is the only branch without / or - in it. " + moveBranchMsg);
249249
Checkout(branchWithoutSeparator.Name.Canonical);
250250
}
251-
else if(!this.context.IsCurrentCommitTagged)
251+
else if (!this.context.IsCurrentCommitTagged)
252252
{
253253
throw new WarningException("Failed to try and guess branch to use. " + moveBranchMsg);
254254
}

0 commit comments

Comments
 (0)