Fix file with gofmt lint

Signed-off-by: Alejandro J. Nuñez Madrazo <alejandro@civo.com>
This commit is contained in:
Alejandro J. Nuñez Madrazo 2023-06-14 23:51:30 +01:00
parent 3056ac57d6
commit aa2bb4d974
No known key found for this signature in database
GPG Key ID: D8E13AE5AD7AAE3E

View File

@ -178,7 +178,7 @@ func (p *CivoProvider) submitChanges(ctx context.Context, changes CivoChanges) e
log.Info("All records are already up to date")
return nil
}
for _, change := range changes.Creates {
logFields := log.Fields{
"Type": change.Options.Type,