Skip to content

Commit c57a3b5

Browse files
committed
Re-format ValkeyConnectionTests.swift
Signed-off-by: Moritz Lang <[email protected]>
1 parent 0fce495 commit c57a3b5

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
@@ -596,7 +596,7 @@ struct ConnectionTests {
596596

597597
async let results = connection.execute(
598598
SET("foo", value: "bar"),
599-
GET("foo"),
599+
GET("foo")
600600
)
601601
var outbound = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
602602
let set = RESPToken(.command(["SET", "foo", "bar"])).base
@@ -641,7 +641,7 @@ struct ConnectionTests {
641641

642642
async let results = connection.execute(
643643
SET("foo", value: "bar"),
644-
GET("foo"),
644+
GET("foo")
645645
)
646646
_ = try await channel.waitForOutboundWrite(as: ByteBuffer.self)
647647

0 commit comments

Comments
 (0)