Skip to content

Commit

Permalink
Auto-format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Autoformatter committed Oct 19, 2024
1 parent 9bac2ee commit 1e4d7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dotnet/UnitTests/PostBuildTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public void DefaultAssemblyStripping (string project, ApplePlatform platform, st
var properties = GetDefaultProperties (runtimeIdentifiers);

// Verify value defaults to false when not set
properties["Configuration"] = configuration;
properties ["Configuration"] = configuration;

DotNet.AssertBuild (project_path, properties);

Expand Down

0 comments on commit 1e4d7cc

Please sign in to comment.