We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
mapconcat
1 parent 8a9f62f commit 3dfac79Copy full SHA for 3dfac79
jupyter-messages.el
@@ -108,7 +108,7 @@ signs messages using `jupyter-hmac-sha256'."
108
with key = (encode-coding-string
109
(jupyter-session-key session) 'utf-8 t)
110
with parts = (encode-coding-string
111
- (cl-loop for part in parts concat part)
+ (mapconcat #'identity parts)
112
'utf-8 t)
113
for byte across (funcall signer parts key)
114
concat (format "%02x" byte))
0 commit comments