removed redundant endding semicolons

This commit is contained in:
2025-03-07 21:12:21 +09:00
parent e56c45b3bf
commit ecc1d4580f
7 changed files with 11 additions and 11 deletions

View File

@ -351,7 +351,7 @@ func (ctl *client_ctl_client_conns_id) ServeHTTP(w http.ResponseWriter, req *htt
var r *ClientRoute
var spla string = ""
r = cts.route_map[ri];
r = cts.route_map[ri]
if r.server_peer_listen_addr != nil { spla = r.server_peer_listen_addr.String() }
jsp = append(jsp, json_out_client_route{
Id: r.Id,