Skip to content

Commit

Permalink
style: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnatamo committed Jul 27, 2024
1 parent b11a160 commit 2c05fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/Build.Docker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ partial class Build : NukeBuild
{
// Workaround for all Docker messages being logged as errors.
// Source: https://github.com/nuke-build/nuke/issues/1201
if (outputType == OutputType.Std)
if(outputType == OutputType.Std)
{
Log.Error(output);
}
Expand Down

0 comments on commit 2c05fa6

Please sign in to comment.