diff --git a/netconn.go b/netconn.go
index 3324014d9aac5ded92ce30227e4328c75e3a8a83..86f7dadb58e0502e0e8b0b415c6a1c2a3f115522 100644
--- a/netconn.go
+++ b/netconn.go
@@ -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