Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
naggie committed Oct 28, 2020
1 parent 135fa12 commit 4ad5838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions add.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ func PrintPeerCfg(peer PeerConfig, conf *DsnetConfig) {
"Peer": peer,
"DsnetConfig": conf,
"Keepalive": time.Duration(KEEPALIVE).Seconds(),
"CidrSize": cidrSize,
"CidrSize6": cidrSize6,
"CidrSize": cidrSize,
"CidrSize6": cidrSize6,
})
check(err)
}

0 comments on commit 4ad5838

Please sign in to comment.