Skip to content

Commit 8f8cbe2

Browse files
committed
Apply dotnet format
1 parent 6a2232c commit 8f8cbe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeAnalysis/MetadataAnalyzer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public override void Initialize(AnalysisContext context)
205205
if (isPacking)
206206
{
207207
string? repoCommit = default;
208-
208+
209209
if (!options.TryGetValue("build_property.RepositoryCommit", out repoCommit) ||
210210
string.IsNullOrWhiteSpace(repoCommit))
211211
{

0 commit comments

Comments
 (0)