Skip to content

Commit

Permalink
gosimports
Browse files Browse the repository at this point in the history
  • Loading branch information
bunfield committed May 31, 2024
1 parent 5bb614b commit 22c8f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/signature_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"encoding/hex"
"encoding/pem"
"fmt"
"gitlab.com/accumulatenetwork/accumulate/pkg/types/address"
"math/big"
"testing"
"time"
Expand All @@ -28,6 +27,7 @@ import (
eth "github.com/ethereum/go-ethereum/crypto"
"github.com/stretchr/testify/require"
"gitlab.com/accumulatenetwork/accumulate/pkg/build"
"gitlab.com/accumulatenetwork/accumulate/pkg/types/address"
"gitlab.com/accumulatenetwork/accumulate/pkg/url"
. "gitlab.com/accumulatenetwork/accumulate/protocol"
. "gitlab.com/accumulatenetwork/accumulate/test/harness"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/sig_general_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ import (
"crypto/x509/pkix"
"encoding/pem"
"fmt"
"gitlab.com/accumulatenetwork/accumulate/pkg/types/address"
"math/big"
"testing"
"time"

"github.com/stretchr/testify/require"
"gitlab.com/accumulatenetwork/accumulate/pkg/build"
"gitlab.com/accumulatenetwork/accumulate/pkg/errors"
"gitlab.com/accumulatenetwork/accumulate/pkg/types/address"
"gitlab.com/accumulatenetwork/accumulate/pkg/types/messaging"
"gitlab.com/accumulatenetwork/accumulate/protocol"
. "gitlab.com/accumulatenetwork/accumulate/protocol"
Expand Down

0 comments on commit 22c8f7d

Please sign in to comment.