Fixes linting issue
This commit is contained in:
parent
bcad9d0b8c
commit
1962b0a137
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ hexString bs =
|
|||
| otherwise = False
|
||||
|
||||
in if BS.all isValidHex bs
|
||||
then (HexString bs)
|
||||
then HexString bs
|
||||
else error ("Not a valid hex string: " ++ show bs)
|
||||
|
||||
-- | Converts a 'B.Binary' to a 'HexString' value
|
||||
|
|
Loading…
Reference in a new issue