diff options
Diffstat (limited to 'test/common.sh')
| -rw-r--r-- | test/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common.sh b/test/common.sh index c7fbb6e..42978a3 100644 --- a/test/common.sh +++ b/test/common.sh @@ -40,4 +40,4 @@ strip_num() { canonical_num() { num=$(strip_num "$1") echo "ibase=16;${num^^}" | bc -}
\ No newline at end of file +} |
