1
0
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:
Yoan Blanc
2018-08-13 16:41:55 +02:00
committed by Tom Limoncelli
parent d9db572e3c
commit 18f47d3291

View File

@ -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, ",")