Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
KagChi committed Oct 17, 2023
1 parent 62c9d46 commit 5ea5645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

func GenerateRandomHex(length int) (string, error) {
if length%2 != 0 {
if length % 2 != 0 {
return "", fmt.Errorf("length must be an even number")
}

Expand Down

0 comments on commit 5ea5645

Please sign in to comment.