Make 'gofmt' happy.

This commit is contained in:
Bruno Miguel Custodio 2017-09-08 10:22:58 +01:00
parent 8afb8248d5
commit fee5cabeda
No known key found for this signature in database
GPG Key ID: 84CDD9E18A1A6B2C
1 changed files with 1 additions and 1 deletions

View File

@ -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