Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Oct 20, 2024
1 parent b9ebd23 commit d158f83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cli/assign_node_identity.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ import (
"time"

"github.com/decred/dcrd/dcrec/secp256k1/v4"
acpIdentity "github.com/sourcenetwork/defradb/acp/identity"
"github.com/sourcenetwork/immutable"
"github.com/spf13/cobra"

acpIdentity "github.com/sourcenetwork/defradb/acp/identity"
)

func MakeAssignNodeIdentityCommand() *cobra.Command {
Expand Down
3 changes: 2 additions & 1 deletion tests/integration/node/identity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ package encryption
import (
"testing"

testUtils "github.com/sourcenetwork/defradb/tests/integration"
"github.com/sourcenetwork/immutable"

testUtils "github.com/sourcenetwork/defradb/tests/integration"
)

func TestNodeIdentity_NodeIdentity_Succeed(t *testing.T) {
Expand Down

0 comments on commit d158f83

Please sign in to comment.