fix(client): Remove duplicate closing brace in handleSOCKS5

This commit is contained in:
zarazaex69
2026-04-09 18:13:55 +03:00
parent c6bc73a9c3
commit 5bee796a30

View File

@@ -293,4 +293,3 @@ func (c *Client) handleSOCKS5(conn net.Conn) {
case <-streamClosed:
}
}
}