mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 10:06:57 +02:00
linted
This commit is contained in:
parent
539284ff93
commit
bc068913d0
@ -281,7 +281,7 @@ func (p *VultrProvider) getRecordID(ctx context.Context, zone string, record gov
|
||||
|
||||
func getPriority(priority *int) int {
|
||||
p := 0
|
||||
if priority != nil{
|
||||
if priority != nil {
|
||||
p = *priority
|
||||
}
|
||||
return p
|
||||
|
Loading…
Reference in New Issue
Block a user