Skip to content

Commit 6866f53

Browse files
committed
Run goimports
1 parent 4f526e7 commit 6866f53

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

bindings/minipool/minipool.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,8 @@ func GetMinipoolDepositType(rp *rocketpool.RocketPool, minipoolAddress common.Ad
616616
return types.MinipoolDeposit(*value), nil
617617
}
618618

619-
// Get contracts
620-
var rocketMinipoolManagerLock sync.Mutex
619+
// Get contracts
620+
var rocketMinipoolManagerLock sync.Mutex
621621

622622
func getRocketMinipoolManager(rp *rocketpool.RocketPool, opts *bind.CallOpts) (*rocketpool.Contract, error) {
623623
rocketMinipoolManagerLock.Lock()

rocketpool/api/node/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99

1010
"github.com/ethereum/go-ethereum/accounts/abi/bind"
1111
"github.com/ethereum/go-ethereum/common"
12-
"github.com/rocket-pool/smartnode/bindings/megapool"
1312
"github.com/rocket-pool/smartnode/bindings/dao/trustednode"
13+
"github.com/rocket-pool/smartnode/bindings/megapool"
1414
"github.com/rocket-pool/smartnode/bindings/minipool"
1515
"github.com/rocket-pool/smartnode/bindings/network"
1616
"github.com/rocket-pool/smartnode/bindings/node"

shared/services/state/network-state.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ import (
88

99
"github.com/ethereum/go-ethereum/accounts/abi/bind"
1010
"github.com/ethereum/go-ethereum/common"
11-
"github.com/rocket-pool/smartnode/bindings/megapool"
1211
"github.com/rocket-pool/smartnode/bindings/dao/protocol"
12+
"github.com/rocket-pool/smartnode/bindings/megapool"
1313
"github.com/rocket-pool/smartnode/bindings/rocketpool"
1414
"github.com/rocket-pool/smartnode/bindings/types"
1515
"github.com/rocket-pool/smartnode/bindings/utils/eth"

0 commit comments

Comments
 (0)