From a11a5db97d17a020dbff5c7a4fa88fb6afbb64a0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Autoformatter Date: Sun, 30 Jul 2023 17:05:26 +0000 Subject: [PATCH] Auto-format source code --- tests/introspection/ApiFrameworkTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/introspection/ApiFrameworkTest.cs b/tests/introspection/ApiFrameworkTest.cs index 869a3bdafd..4b6b6f0838 100644 --- a/tests/introspection/ApiFrameworkTest.cs +++ b/tests/introspection/ApiFrameworkTest.cs @@ -85,7 +85,7 @@ namespace Introspection { return true; // Removed in Xcode 15 case "NewsstandKit": - return true; + return true; default: return false; }