Skip to content

Commit

Permalink
netconn: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr committed Apr 7, 2024
1 parent 856e371 commit 0edbb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netconn.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func NetConn(ctx context.Context, c *Conn, msgType MessageType) net.Conn {
}

type netConn struct {
// These must be first to be aligned on 32 bit platforms.
// These must be first to be aligned on 32 bit platforms.
// https://github.com/nhooyr/websocket/pull/438
readExpired int64
writeExpired int64
Expand Down

0 comments on commit 0edbb28

Please sign in to comment.