Skip to content

Commit a9e9d67

Browse files
committed
netconn: fmt
1 parent 8cf6647 commit a9e9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: netconn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func NetConn(ctx context.Context, c *Conn, msgType MessageType) net.Conn {
9494
}
9595

9696
type netConn struct {
97-
// These must be first to be aligned on 32 bit platforms.
97+
// These must be first to be aligned on 32 bit platforms.
9898
// https://github.com/nhooyr/websocket/pull/438
9999
readExpired int64
100100
writeExpired int64

0 commit comments

Comments
 (0)