mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-20 02:14:08 +02:00
chore: use gofumpt for code formatting
This commit is contained in:
@@ -10,7 +10,8 @@ import (
|
||||
type hostToServer map[string]models.Server
|
||||
|
||||
func (hts hostToServer) add(host, country, city string,
|
||||
tcp, udp bool, ips []netip.Addr) {
|
||||
tcp, udp bool, ips []netip.Addr,
|
||||
) {
|
||||
server, ok := hts[host]
|
||||
if !ok {
|
||||
server.VPN = vpn.OpenVPN
|
||||
|
||||
Reference in New Issue
Block a user