Skip to content

Commit 8a625f8

Browse files
committed
lint line break
1 parent a7430bb commit 8a625f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Test/AwsCommonRuntimeKitTests/mqtt/Mqtt5ClientTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2239,7 +2239,8 @@ class Mqtt5ClientTests: XCBaseTestCase, @unchecked Sendable {
22392239
// Wait for the first delivery
22402240
await firstDeliverySemaphore.wait()
22412241
let publishAcknowledgementHandle = await state.publishAcknowledgementHandle
2242-
XCTAssertNotNil(publishAcknowledgementHandle,
2242+
XCTAssertNotNil(
2243+
publishAcknowledgementHandle,
22432244
"acquirePublishAcknowledgement() should have returned a handle")
22442245

22452246
// Immediately invoke the PUBACK using the acquired handle

0 commit comments

Comments
 (0)