Skip to content

Commit 46fff1c

Browse files
committed
chore: Address swift-format lint issues.
1 parent c5cbb00 commit 46fff1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Tests/DispatchAsyncTests/DispatchGroupTests.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ private typealias DispatchQueue = DispatchAsync.DispatchQueue
2727
@Suite("DispatchGroup Tests")
2828
struct DispatchGroupTests {
2929
@Test(arguments: [1000])
30-
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
31-
func dispatchGroupOrderCleanliness(repetitions: Int) async throws {
32-
// Repeating this `repetitions` number of times to help rule out
33-
// edge cases that only show up some of the time
34-
for index in 0 ..< repetitions {
30+
@available(macOS 13, iOS 16, tvOS 16, watchOS 9, *)
31+
func dispatchGroupOrderCleanliness(repetitions: Int) async throws {
32+
// Repeating this `repetitions` number of times to help rule out
33+
// edge cases that only show up some of the time
34+
for index in 0 ..< repetitions {
3535
Task {
3636
actor Result {
3737
private(set) var value = ""

0 commit comments

Comments
 (0)