Skip to content

Commit 69ea3a8

Browse files
committed
fmt
Signed-off-by: Spike Curtis <spike@coder.com>
1 parent 5aac0dc commit 69ea3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ func TestRemoteClosePartialRead(t *testing.T) {
193193
n, err := o.Read(buf)
194194
assert.Success(t, "read", err)
195195
assert.Equal(t, "read 2 bytes", 2, n)
196-
196+
197197
err = proc.Close()
198198
assert.Success(t, "close proc", err)
199199
// note that proc.Close() also closes the websocket.

0 commit comments

Comments
 (0)