Skip to content

Commit

Permalink
chore: sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
distractedm1nd committed Sep 5, 2023
1 parent 7fd1909 commit da8b0e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion header/headertest/fraud/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package headerfraud

import (
"context"
"github.com/ipfs/boxo/blockservice"
"testing"
"time"

"github.com/ipfs/boxo/blockservice"
"github.com/stretchr/testify/require"
"github.com/tendermint/tendermint/libs/bytes"
tmproto "github.com/tendermint/tendermint/proto/tendermint/types"
Expand Down
2 changes: 1 addition & 1 deletion nodebuilder/tests/fraud_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ package tests

import (
"context"
"github.com/ipfs/go-datastore"
"testing"
"time"

"github.com/ipfs/go-datastore"
ds_sync "github.com/ipfs/go-datastore/sync"
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/peer"
Expand Down

0 comments on commit da8b0e0

Please sign in to comment.