mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-23 07:03:01 +08:00
dnsimple: gofmt (#388)
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
This commit is contained in:
parent
d9db572e3c
commit
18f47d3291
1 changed files with 1 additions and 1 deletions
|
@ -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, ",")
|
||||
|
||||
|
|
Loading…
Reference in a new issue