Skip to content

Commit b2615da

Browse files
slashmofabianfett
authored andcommitted
Re-format ValkeyConnectionTests.swift
Signed-off-by: Moritz Lang <[email protected]>
1 parent c9ee08a commit b2615da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/ValkeyTests/ValkeyConnectionTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ struct ConnectionTests {
643643

644644
async let results = connection.execute(
645645
SET("foo", value: "bar"),
646-
GET("foo"),
646+
GET("foo")
647647
)
648648
var outbound = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
649649
let set = RESPToken(.command(["SET", "foo", "bar"])).base
@@ -688,7 +688,7 @@ struct ConnectionTests {
688688

689689
async let results = connection.execute(
690690
SET("foo", value: "bar"),
691-
GET("foo"),
691+
GET("foo")
692692
)
693693
_ = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
694694

0 commit comments

Comments
 (0)