From c0610d44c38b00f09c9372ec97fbc67096106464 Mon Sep 17 00:00:00 2001 From: GitHub Actions Autoformatter Date: Thu, 11 Jul 2024 13:10:52 +0000 Subject: [PATCH] Auto-format source code --- tests/dotnet/UnitTests/ProjectTest.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/dotnet/UnitTests/ProjectTest.cs b/tests/dotnet/UnitTests/ProjectTest.cs index 34a524c08d6..b003f2b2322 100644 --- a/tests/dotnet/UnitTests/ProjectTest.cs +++ b/tests/dotnet/UnitTests/ProjectTest.cs @@ -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"; } @@ -1117,8 +1116,7 @@ public void BuildProjectsWithExtensionsAndFrameworks (ApplePlatform platform, st var properties = GetDefaultProperties (runtimeIdentifier); - if (isNativeAot) - { + if (isNativeAot) { properties ["PublishAot"] = "true"; properties ["_IsPublishing"] = "true"; }