run gofmt -s

This commit is contained in:
web3-bot
2021-04-29 21:35:37 +00:00
parent 252fd257d4
commit 218f33bc62
3 changed files with 9 additions and 9 deletions

View File

@@ -131,8 +131,8 @@ func (nmgr *natManager) sync() {
// new mappings.
func (nmgr *natManager) doSync() {
ports := map[string]map[int]bool{
"tcp": map[int]bool{},
"udp": map[int]bool{},
"tcp": {},
"udp": {},
}
for _, maddr := range nmgr.net.ListenAddresses() {
// Strip the IP