We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d7068 commit ee8dcb1Copy full SHA for ee8dcb1
Tests/GRPCCoreTests/Call/ConditionalInterceptorTests.swift
@@ -48,7 +48,7 @@ struct ConditionalInterceptorTests {
48
[.fooBar, .fooBaz, .barFoo]
49
),
50
(
51
- .allMatching({ descriptor in descriptor.method == "baz" }),
+ .allMatching { descriptor in descriptor.method == "baz" },
52
[.fooBaz, .barBaz],
53
[.fooBar, .barFoo]
54
0 commit comments