format code (#900)

This commit is contained in:
Alessandro Ros
2025-09-18 10:53:38 +02:00
committed by GitHub
parent dc5d990699
commit da8f2c69b2

View File

@@ -280,6 +280,7 @@ func (sc *ServerConn) Session() *ServerSession {
func (sc *ServerConn) Transport() *ConnTransport {
sc.propsMutex.RLock()
defer sc.propsMutex.RUnlock()
return &ConnTransport{
Tunnel: sc.tunnel,
}