Skip to content

Commit

Permalink
sort imports after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu committed Jun 7, 2022
1 parent 14a49c7 commit 7a664a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/blockProcessorCreator.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/ElrondNetwork/elrond-go/epochStart"
"github.com/ElrondNetwork/elrond-go/epochStart/bootstrap/disabled"
metachainEpochStart "github.com/ElrondNetwork/elrond-go/epochStart/metachain"
factoryDisabled "github.com/ElrondNetwork/elrond-go/factory/disabled"
"github.com/ElrondNetwork/elrond-go/epochStart/notifier"
factoryDisabled "github.com/ElrondNetwork/elrond-go/factory/disabled"
"github.com/ElrondNetwork/elrond-go/genesis"
processDisabled "github.com/ElrondNetwork/elrond-go/genesis/process/disabled"
"github.com/ElrondNetwork/elrond-go/process"
Expand Down

0 comments on commit 7a664a1

Please sign in to comment.