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 a2d4215 commit fd58404Copy full SHA for fd58404
RMQClientIntegrationTests/RMQTCPSocketTransportTest.swift
@@ -46,7 +46,7 @@ import CocoaAsyncSocket
46
class RMQTCPSocketTransportTest: XCTestCase {
47
static let noTLS = RMQTLSOptions.fromURI("amqp://localhost")
48
let noTLS = RMQTLSOptions.fromURI("amqp://localhost")
49
- let noOpSocketConfigurator = { (_socket: GCDAsyncSocket?) -> Void in
+ let noOpSocketConfigurator = { (_: GCDAsyncSocket?) -> Void in
50
// no-op
51
}
52
0 commit comments