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 Jul 11, 2024
1 parent 7786482 commit c0610d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/dotnet/UnitTests/ProjectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1083,8 +1083,7 @@ public void BuildProjectsWithExtensions (ApplePlatform platform, string runtimeI

var properties = GetDefaultProperties (runtimeIdentifier);

if (isNativeAot)
{
if (isNativeAot) {
properties ["PublishAot"] = "true";
properties ["_IsPublishing"] = "true";
}
Expand Down Expand Up @@ -1117,8 +1116,7 @@ public void BuildProjectsWithExtensionsAndFrameworks (ApplePlatform platform, st

var properties = GetDefaultProperties (runtimeIdentifier);

if (isNativeAot)
{
if (isNativeAot) {
properties ["PublishAot"] = "true";
properties ["_IsPublishing"] = "true";
}
Expand Down

0 comments on commit c0610d4

Please sign in to comment.