Skip to content

Commit

Permalink
Make 'gofmt' happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcustodio committed Sep 8, 2017
1 parent 8afb824 commit fee5cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/init/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fee5cab

Please sign in to comment.