good morning!!!!

Skip to content
Snippets Groups Projects
Commit fbf3b2ed authored by Ricardo Catalinas Jiménez's avatar Ricardo Catalinas Jiménez
Browse files

common: Remove empty lines

parent 3d971c5a
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,6 @@ func Hex2Bytes(str string) []byte {
}
func Hex2BytesFixed(str string, flen int) []byte {
h, _ := hex.DecodeString(str)
if len(h) == flen {
return h
......@@ -167,7 +166,6 @@ func Hex2BytesFixed(str string, flen int) []byte {
return hh
}
}
}
func StringToByteFunc(str string, cb func(str string) []byte) (ret []byte) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment