branch: elpa/base32
commit 0146fe6b918d117648ef426a7b3fd8c11c17b596
Author: Vivek Das Mohapatra <[email protected]>
Commit: Vivek Das Mohapatra <[email protected]>

    Minor formatting trivia in the test file
---
 tests/test-totp.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/test-totp.el b/tests/test-totp.el
index 9dc9ef8ff7..f277aadc19 100644
--- a/tests/test-totp.el
+++ b/tests/test-totp.el
@@ -122,7 +122,9 @@
 where N depends on the HMAC algorithm."
   (hmac-xor (make-string (cond ((eq algo 'sha1)   20)
                                ((eq algo 'sha256) 32)
-                               ((eq algo 'sha512) 64)) 0) "1234567890"))
+                               ((eq algo 'sha512) 64))
+                         0)
+            "1234567890"))
 
 ;; sha1 is the default algo so don't pass it:
 ;; likewise 6 is the 

Reply via email to