Skip to content

Commit

Permalink
add nolint for opengpg armor import
Browse files Browse the repository at this point in the history
  • Loading branch information
pleasew8t committed Dec 11, 2024
1 parent 99d379f commit 70f3725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/cmd/guardiand/keyprint.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

nodev1 "github.com/certusone/wormhole/node/pkg/proto/node/v1"
"github.com/spf13/cobra"
"golang.org/x/crypto/openpgp/armor"
"golang.org/x/crypto/openpgp/armor" //nolint
"google.golang.org/protobuf/proto"
)

Expand Down

0 comments on commit 70f3725

Please sign in to comment.