Skip to content

Commit

Permalink
common: Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jimenezrick committed Feb 21, 2016
1 parent 3d971c5 commit fbf3b2e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/bytes.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -167,7 +166,6 @@ func Hex2BytesFixed(str string, flen int) []byte {
return hh
}
}

}

func StringToByteFunc(str string, cb func(str string) []byte) (ret []byte) {
Expand Down

0 comments on commit fbf3b2e

Please sign in to comment.