remove newline

This commit is contained in:
Daniel Barlow 2024-09-25 21:31:04 +01:00
parent db96baa96b
commit 27f2718ec5
1 changed files with 1 additions and 2 deletions

View File

@ -29,8 +29,7 @@
(fn send-error [out code text]
(out:write_headers
(make-headers code
{ :content-type "text/plain" })
(make-headers code { :content-type "text/plain" })
false)
(out:write_chunk text true))