Skip to content

Commit fd58404

Browse files
Correct a Swift compiler warning
1 parent a2d4215 commit fd58404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RMQClientIntegrationTests/RMQTCPSocketTransportTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ import CocoaAsyncSocket
4646
class RMQTCPSocketTransportTest: XCTestCase {
4747
static let noTLS = RMQTLSOptions.fromURI("amqp://localhost")
4848
let noTLS = RMQTLSOptions.fromURI("amqp://localhost")
49-
let noOpSocketConfigurator = { (_socket: GCDAsyncSocket?) -> Void in
49+
let noOpSocketConfigurator = { (_: GCDAsyncSocket?) -> Void in
5050
// no-op
5151
}
5252

0 commit comments

Comments
 (0)