mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Make 'gofmt' happy.
This commit is contained in:
parent
8afb8248d5
commit
fee5cabeda
@ -46,7 +46,7 @@ func init() {
|
||||
"azure": deprecateBackend(backendAzure.New(),
|
||||
`Warning: "azure" name is deprecated, please use "azurerm"`),
|
||||
"azurerm": func() backend.Backend { return backendAzure.New() },
|
||||
"etcdv3": func() backend.Backend { return backendetcdv3.New() },
|
||||
"etcdv3": func() backend.Backend { return backendetcdv3.New() },
|
||||
}
|
||||
|
||||
// Add the legacy remote backends that haven't yet been convertd to
|
||||
|
Loading…
Reference in New Issue
Block a user