Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Apr 29, 2024
1 parent 67a3e42 commit 328d911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/e2ee/keyring/keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
const (
keyringFileDirName = "e2ee-keyring-file"
keyringTestDirName = "e2ee-keyring-test"
passKeyringPrefix = "e2ee-keyring-%s"
passKeyringPrefix = "e2ee-keyring-%s" //nolint: gosec
maxPassphraseEntryAttempts = 3
)

Expand Down

0 comments on commit 328d911

Please sign in to comment.