Make 'gofmt' happy.
This commit is contained in:
parent
8afb8248d5
commit
fee5cabeda
|
@ -46,7 +46,7 @@ func init() {
|
||||||
"azure": deprecateBackend(backendAzure.New(),
|
"azure": deprecateBackend(backendAzure.New(),
|
||||||
`Warning: "azure" name is deprecated, please use "azurerm"`),
|
`Warning: "azure" name is deprecated, please use "azurerm"`),
|
||||||
"azurerm": func() backend.Backend { return backendAzure.New() },
|
"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
|
// Add the legacy remote backends that haven't yet been convertd to
|
||||||
|
|
Loading…
Reference in New Issue