fix(package): Correct literal newline in export list
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s

This commit is contained in:
2026-04-19 12:09:38 -04:00
parent 3ee193f12f
commit c2db51ff37
2 changed files with 4 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ flowchart TD
(:use :cl)
(:export
;; --- communication protocol ---
#:frame-message\n #:read-framed-message
#:frame-message
#:read-framed-message
#:parse-message
#:make-hello-message
#:validate-communication-protocol-schema

View File

@@ -2,7 +2,8 @@
(:use :cl)
(:export
;; --- communication protocol ---
#:frame-message\n #:read-framed-message
#:frame-message
#:read-framed-message
#:parse-message
#:make-hello-message
#:validate-communication-protocol-schema