summaryrefslogtreecommitdiff
path: root/t/crypt-misc.t
diff options
context:
space:
mode:
Diffstat (limited to 't/crypt-misc.t')
-rw-r--r--t/crypt-misc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/crypt-misc.t b/t/crypt-misc.t
index 46fe7391..9cd323d4 100644
--- a/t/crypt-misc.t
+++ b/t/crypt-misc.t
@@ -142,4 +142,4 @@ for my $h (@hex) {
is(unpack("H*", decode_b32b(encode_b32b($b))), $h);
is(unpack("H*", decode_b32z(encode_b32z($b))), $h);
is(unpack("H*", decode_b32c(encode_b32c($b))), $h);
-} \ No newline at end of file
+}