diff --git a/wsjson/wsjson.go b/wsjson/wsjson.go
index c6b29ee1ab65d9fbfba8f0cf7a9d1539266a0f34..7c986a0d6f72ab66fae8bb0fd58518b9d2572821 100644
--- a/wsjson/wsjson.go
+++ b/wsjson/wsjson.go
@@ -8,8 +8,8 @@ import (
 
 	"nhooyr.io/websocket"
 	"nhooyr.io/websocket/internal/bpool"
-	"nhooyr.io/websocket/internal/util"
 	"nhooyr.io/websocket/internal/errd"
+	"nhooyr.io/websocket/internal/util"
 )
 
 // Read reads a JSON message from c into v.