1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Tidy: Sort lists

This commit is contained in:
Tom Limoncelli
2019-04-17 16:13:49 -04:00
parent e657693a32
commit b19074e6dc
3 changed files with 5 additions and 5 deletions

View File

@ -38,10 +38,10 @@ func (r *RecordConfig) PopulateFromString(rtype, contents, origin string) error
return r.SetTarget(contents)
case "CAA":
return r.SetTargetCAAString(contents)
case "NAPTR":
return r.SetTargetNAPTRString(contents)
case "MX":
return r.SetTargetMXString(contents)
case "NAPTR":
return r.SetTargetNAPTRString(contents)
case "SRV":
return r.SetTargetSRVString(contents)
case "SSHFP":