Skip to content

Commit

Permalink
Auto-format source code
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Autoformatter committed Jun 5, 2023
1 parent 53de0d6 commit e5eab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bindings-test/ProtocolTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public void ProtocolMembers ()
}
}

static void AssertContains<T> (T[] array, T item, string message) where T: IEquatable<T>
static void AssertContains<T> (T [] array, T item, string message) where T : IEquatable<T>
{
for (var i = 0; i < array.Length; i++) {
var element = array [i];
Expand Down

0 comments on commit e5eab3a

Please sign in to comment.