mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
dnsimple: gofmt (#388)
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
This commit is contained in:
committed by
Tom Limoncelli
parent
d9db572e3c
commit
18f47d3291
@ -147,7 +147,7 @@ func (c *DnsimpleApi) GetRegistrarCorrections(dc *models.DomainConfig) ([]*model
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
sort.Strings(nameServers)
|
||||
sort.Strings(nameServers)
|
||||
|
||||
actual := strings.Join(nameServers, ",")
|
||||
|
||||
|
Reference in New Issue
Block a user