Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
BedrockSquirrel committed Sep 15, 2023
1 parent 9b668e0 commit 900be22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion integration/simulation/devnetwork/config.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package devnetwork

import (
"github.com/ethereum/go-ethereum/common"
"math/big"
"sync"
"time"

"github.com/ethereum/go-ethereum/common"

"github.com/ethereum/go-ethereum/crypto"
"github.com/obscuronet/go-obscuro/go/enclave/genesis"
"github.com/obscuronet/go-obscuro/go/wallet"
Expand Down
3 changes: 2 additions & 1 deletion integration/simulation/devnetwork/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package devnetwork

import (
"fmt"
gethcommon "github.com/ethereum/go-ethereum/common"
"math/big"
"os"

gethcommon "github.com/ethereum/go-ethereum/common"

"github.com/obscuronet/go-obscuro/go/host/l1"

"github.com/obscuronet/go-obscuro/go/host"
Expand Down

0 comments on commit 900be22

Please sign in to comment.