gnu: julia-http: Delete trailing #t.

* gnu/packages/julia-xyz.scm (julia-http): Delete trailing #t.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
zimoun 2022-02-23 14:47:13 +01:00 committed by Efraim Flashner
parent 2cd8254961
commit 9d8ccc95c7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2363,8 +2363,7 @@ (define-public julia-http
(("@testset.*Body - .*" all)
(string-append all "return\n"))
(("@testset.*Write to file.*" all)
(string-append all "return\n")))
#t)))))
(string-append all "return\n"))))))))
(propagated-inputs
(list julia-inifile
julia-mbedtls