Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Jan 23, 2024
1 parent ca2d05a commit ff43c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func reverse(data []byte) {

func hexStrToBytes(numStr string) []byte {

// Use Hex package
byteArray, err := hex.DecodeString(numStr)
if err != nil {
panic(err)
Expand Down

0 comments on commit ff43c01

Please sign in to comment.