Skip to content

Commit 72bfc2b

Browse files
committed
Fix formatting
1 parent 052c3f8 commit 72bfc2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

server/conn.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,10 @@ type Conn struct {
3636
closed atomic.Bool
3737
}
3838

39-
var baseConnID uint32 = 10000
40-
var defaultServer *Server
39+
var (
40+
baseConnID uint32 = 10000
41+
defaultServer *Server
42+
)
4143

4244
// NewConn: create connection with default server settings
4345
//

0 commit comments

Comments
 (0)