Skip to content

Commit f736606

Browse files
committed
trailing whitespace - lint
1 parent dac399e commit f736606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/AwsCommonRuntimeKitTests/mqtt/Mqtt5ClientTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2536,13 +2536,13 @@ class Mqtt5ClientTests: XCBaseTestCase, @unchecked Sendable {
25362536
}
25372537

25382538
let callbackCompleted = await withTaskGroup(of: Bool.self) { group in
2539-
group.addTask {
2539+
group.addTask {
25402540
await callbackDoneSemaphore.wait();
25412541
return true
25422542
}
25432543
group.addTask {
25442544
try? await Task.sleep(nanoseconds: 10_000_000_000);
2545-
return false
2545+
return false
25462546
}
25472547
let completed = await group.next()!
25482548
group.cancelAll()

0 commit comments

Comments
 (0)