Skip to content

Commit d440afa

Browse files
refactor: Applies swiftformat
1 parent b3c02c5 commit d440afa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/DataLoaderTests/DataLoaderAsyncTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ import XCTest
9696
async let value1 = identityLoader.load(key: 1, on: eventLoopGroup)
9797
async let value2 = identityLoader.load(key: 2, on: eventLoopGroup)
9898

99-
/// Have to wait for a split second because Tasks may not be executed before this statement
99+
/// Have to wait for a split second because Tasks may not be executed before this
100+
/// statement
100101
try await Task.sleep(nanoseconds: 500_000_000)
101102

102103
XCTAssertNoThrow(try identityLoader.execute())

0 commit comments

Comments
 (0)