From 17614a160b65e8934ab828cc07136f8f1aaeee67 Mon Sep 17 00:00:00 2001 From: GitHub Actions Autoformatter Date: Tue, 31 Dec 2024 03:52:48 +0000 Subject: [PATCH] Auto-format source code --- .../Extensions/TypeSymbolExtensionsTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/rgen/Microsoft.Macios.Generator.Tests/Extensions/TypeSymbolExtensionsTests.cs b/tests/rgen/Microsoft.Macios.Generator.Tests/Extensions/TypeSymbolExtensionsTests.cs index cdbc5349cfa..5cb9586f005 100644 --- a/tests/rgen/Microsoft.Macios.Generator.Tests/Extensions/TypeSymbolExtensionsTests.cs +++ b/tests/rgen/Microsoft.Macios.Generator.Tests/Extensions/TypeSymbolExtensionsTests.cs @@ -416,7 +416,7 @@ void IsSmartEnumTests (ApplePlatform platform, string inputText, bool expected) Assert.NotNull (symbol); Assert.Equal (expected, symbol.IsSmartEnum ()); } - + class TestDataGetExportData : IEnumerable { public IEnumerator GetEnumerator () {