mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
Fix lint
This commit is contained in:
parent
2b13a7fa38
commit
24e5032838
@ -54,6 +54,6 @@ type CreateOnlyPolicy struct{}
|
||||
// Apply applies the create-only policy which strips out updates and deletions.
|
||||
func (p *CreateOnlyPolicy) Apply(changes *Changes) *Changes {
|
||||
return &Changes{
|
||||
Create: changes.Create,
|
||||
Create: changes.Create,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user