migrate.go: gofmt

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2017-12-08 01:04:14 +01:00
parent 7dc9798894
commit 6bf24ccca7

View File

@ -9,10 +9,10 @@ import (
"github.com/ipfs/ipfs-cluster/state/mapstate"
)
func upgrade() error {
func upgrade() error {
// Load configs
cfg, clusterCfg, _, _, consensusCfg, _, _, _, _ := makeConfigs()
// Execution lock
err := locker.lock()
if err != nil {