Skip to content

Commit 5ea5645

Browse files
committed
chore: fmt
1 parent 62c9d46 commit 5ea5645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
func GenerateRandomHex(length int) (string, error) {
22-
if length%2 != 0 {
22+
if length % 2 != 0 {
2323
return "", fmt.Errorf("length must be an even number")
2424
}
2525

0 commit comments

Comments
 (0)