Skip to content

Commit 983b465

Browse files
committed
Add missing whitespace after foreach
1 parent 09888cb commit 983b465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitVersion.Output/OutputGenerator/OutputGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void Execute(GitVersionVariables variables, OutputContext context)
4747
dotEnvEntries.Add(prefixedKey + "=" + environmentValue);
4848
}
4949

50-
foreach(var dotEnvEntry in dotEnvEntries)
50+
foreach (var dotEnvEntry in dotEnvEntries)
5151
{
5252
this.console.WriteLine(dotEnvEntry);
5353
}

0 commit comments

Comments
 (0)