Skip to content

Commit

Permalink
fix fmt to pass lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpaux committed Sep 2, 2023
1 parent b0ac818 commit ae71b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ func (p *AzureProvider) newRecordSet(endpoint *endpoint.Endpoint) (dns.RecordSet
}
return dns.RecordSet{
Properties: &dns.RecordSetProperties{
TTL: to.Ptr(ttl),
TTL: to.Ptr(ttl),
AaaaRecords: aaaaRecords,
},
}, nil
Expand Down

0 comments on commit ae71b6c

Please sign in to comment.