Skip to content

Commit

Permalink
chore(ci): code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Apr 8, 2024
1 parent cc74458 commit 73ee6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func kdf(key *LocalKey, n []byte) (ek, n2, ak []byte, err error) {
return ek, n2, ak, nil
}

func mac(ak, h, n, c, f, i []byte) ([]byte) {
func mac(ak, h, n, c, f, i []byte) []byte {
// Compute pre-authentication message
preAuth := common.PreAuthenticationEncoding([]byte(h), n, c, f, i)

Check failure on line 66 in v3/helpers.go

View workflow job for this annotation

GitHub Actions / golangci-lint

unnecessary conversion (unconvert)

Expand Down

0 comments on commit 73ee6cf

Please sign in to comment.