From 7312bd2c5d4672f238520cd41f219d6aaa4fe95c Mon Sep 17 00:00:00 2001 From: Marin Ivanov Date: Mon, 12 Jan 2026 12:41:09 +0200 Subject: fmt --- transport/stream_conn.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transport/stream_conn.go b/transport/stream_conn.go index e936318..a67e6a4 100644 --- a/transport/stream_conn.go +++ b/transport/stream_conn.go @@ -4,10 +4,11 @@ import ( "bytes" "encoding/binary" "fmt" - "google.golang.org/protobuf/proto" "io" "sync" "time" + + "google.golang.org/protobuf/proto" ) const ( -- cgit v1.2.3