From d158f83134b47267b6d58191056dd9d10b2478cf Mon Sep 17 00:00:00 2001 From: Islam Aleiv Date: Sun, 20 Oct 2024 21:46:55 +0200 Subject: [PATCH] Lint fix --- cli/assign_node_identity.go | 3 ++- tests/integration/node/identity_test.go | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cli/assign_node_identity.go b/cli/assign_node_identity.go index dd8f985833..4d135fafe4 100644 --- a/cli/assign_node_identity.go +++ b/cli/assign_node_identity.go @@ -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 { diff --git a/tests/integration/node/identity_test.go b/tests/integration/node/identity_test.go index 9f5675241b..f1a433f87a 100644 --- a/tests/integration/node/identity_test.go +++ b/tests/integration/node/identity_test.go @@ -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) {