From e5eab3a75c02bde3f469ccef4592ddfcdb58e824 Mon Sep 17 00:00:00 2001 From: GitHub Actions Autoformatter Date: Mon, 5 Jun 2023 16:38:07 +0000 Subject: [PATCH] Auto-format source code --- tests/bindings-test/ProtocolTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bindings-test/ProtocolTest.cs b/tests/bindings-test/ProtocolTest.cs index 6ebefd6c58f6..d1fa363842a0 100644 --- a/tests/bindings-test/ProtocolTest.cs +++ b/tests/bindings-test/ProtocolTest.cs @@ -275,7 +275,7 @@ public void ProtocolMembers () } } - static void AssertContains (T[] array, T item, string message) where T: IEquatable + static void AssertContains (T [] array, T item, string message) where T : IEquatable { for (var i = 0; i < array.Length; i++) { var element = array [i];