Skip to content

Commit 2b2b0e5

Browse files
committed
Trailing comma
1 parent d2a4dcc commit 2b2b0e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncHTTPClientTests/HTTPConnectionPool+HTTP1ConnectionsTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class HTTPConnectionPool_HTTP1ConnectionsTests: XCTestCase {
6262
maximumConcurrentConnections: 8,
6363
generator: .init(),
6464
maximumConnectionUses: nil,
65-
preWarmedHTTP1ConnectionCount: 0,
65+
preWarmedHTTP1ConnectionCount: 0
6666
)
6767

6868
let el1 = elg.next()

0 commit comments

Comments
 (0)