remove git merge conflict marker

This commit is contained in:
modula t 2023-02-19 22:25:31 -06:00 committed by GitHub
parent f38d3a473c
commit 803a330533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -425,7 +425,6 @@ with the current time use (encode-timetag :time)."
"encodes a blob from a given vector"
(let ((bl (length blob)))
(cat (encode-int32 bl) blob
<<<<<<< HEAD
(pad (padding-length bl)))))
(defun decode-blob (blob)