mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
Fix file with gofmt lint
Signed-off-by: Alejandro J. Nuñez Madrazo <alejandro@civo.com>
This commit is contained in:
parent
3056ac57d6
commit
aa2bb4d974
@ -178,7 +178,7 @@ func (p *CivoProvider) submitChanges(ctx context.Context, changes CivoChanges) e
|
|||||||
log.Info("All records are already up to date")
|
log.Info("All records are already up to date")
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, change := range changes.Creates {
|
for _, change := range changes.Creates {
|
||||||
logFields := log.Fields{
|
logFields := log.Fields{
|
||||||
"Type": change.Options.Type,
|
"Type": change.Options.Type,
|
||||||
|
Loading…
Reference in New Issue
Block a user