Skip to content

Commit 84a9af5

Browse files
committed
Fix linter
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
1 parent adcf514 commit 84a9af5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/NatsTests/Integration/ConnectionTests.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -411,8 +411,7 @@ class CoreNatsTests: XCTestCase {
411411
.nkey("SUACH75SWCM5D2JMJM6EKLR2WDARVGZT4QC6LX3AGHSWOMVAKERABBBRWM")
412412
.build()
413413

414-
415-
var thrownError: Error?
414+
var thrownError: Error?
416415
do {
417416
try await badClient.connect()
418417
} catch {

0 commit comments

Comments
 (0)