Skip to content

Commit 9f71a83

Browse files
author
GitHub Actions Autoformatter
committed
Auto-format source code
1 parent 6f275aa commit 9f71a83

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

tests/dotnet/UnitTests/ProjectTest.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,17 +2177,17 @@ public void PluralRuntimeIdentifiers (ApplePlatform platform, string runtimeIden
21772177
PluralRuntimeIdentifiersImpl (platform, runtimeIdentifiers);
21782178
}
21792179

2180-
internal static void PluralRuntimeIdentifiersImpl(ApplePlatform platform, string runtimeIdentifiers, Dictionary<string, string>? extraProperties = null)
2180+
internal static void PluralRuntimeIdentifiersImpl (ApplePlatform platform, string runtimeIdentifiers, Dictionary<string, string>? extraProperties = null)
21812181
{
21822182
var project = "MySimpleApp";
2183-
Configuration.IgnoreIfIgnoredPlatform(platform);
2184-
Configuration.AssertRuntimeIdentifiersAvailable(platform, runtimeIdentifiers);
2185-
2186-
var project_path = GetProjectPath(project, runtimeIdentifiers: runtimeIdentifiers, platform: platform, out var appPath);
2187-
Clean(project_path);
2188-
var properties = GetDefaultProperties(extraProperties: extraProperties);
2189-
properties["RuntimeIdentifiers"] = runtimeIdentifiers;
2190-
2183+
Configuration.IgnoreIfIgnoredPlatform (platform);
2184+
Configuration.AssertRuntimeIdentifiersAvailable (platform, runtimeIdentifiers);
2185+
2186+
var project_path = GetProjectPath (project, runtimeIdentifiers: runtimeIdentifiers, platform: platform, out var appPath);
2187+
Clean (project_path);
2188+
var properties = GetDefaultProperties (extraProperties: extraProperties);
2189+
properties ["RuntimeIdentifiers"] = runtimeIdentifiers;
2190+
21912191
DotNet.AssertBuild (project_path, properties);
21922192
}
21932193

0 commit comments

Comments
 (0)