From 0edbb2805cd3da973ff35ab5b54969a38f6eaecf Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Fri, 5 Apr 2024 16:44:17 -0700
Subject: [PATCH] netconn: fmt

---
 netconn.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netconn.go b/netconn.go
index 3324014..86f7dad 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
-- 
GitLab