Skip to content

Commit 844bfd8

Browse files
authored
Update json.go
1 parent 0d4fbcb commit 844bfd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/json.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,4 @@ func (c *jsonCodec) Close() {
368368
// Closed returns a channel which will be closed when Close is called
369369
func (c *jsonCodec) Closed() <-chan interface{} {
370370
return c.closed
371-
}
371+
}

0 commit comments

Comments
 (0)