Skip to content

Commit 93996d5

Browse files
jianghongyuanhyabean
authored andcommitted
format code
1 parent aabb160 commit 93996d5

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
@@ -244,7 +244,7 @@ private void NormalizeGitDirectory(bool noFetch, string? currentBranchName, bool
244244
this.log.Warning($"Choosing {branchWithoutSeparator.Name.Canonical} as it is the only branch without / or - in it. " + moveBranchMsg);
245245
Checkout(branchWithoutSeparator.Name.Canonical);
246246
}
247-
else if(!this.context.IsCurrentCommitTagged)
247+
else if (!this.context.IsCurrentCommitTagged)
248248
{
249249
throw new WarningException("Failed to try and guess branch to use. " + moveBranchMsg);
250250
}

0 commit comments

Comments
 (0)