Skip to content

Commit f124759

Browse files
committed
Add missing ) in examples
1 parent 4f88d39 commit f124759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/src/aleph/examples/http.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
;; that our consumption of the body needs to be synchronous, as shown above by coercing it
175175
;; to a Clojure seq. If we want to have the body be asynchronous, we need to specify
176176
;; `:raw-stream?` to be `true` for request connection pool.
177-
(def raw-stream-connection-pool (http/connection-pool {:connection-options {:raw-stream? true}})
177+
(def raw-stream-connection-pool (http/connection-pool {:connection-options {:raw-stream? true}}))
178178

179179
@(d/chain
180180
(http/get "http://localhost:10000/numbers"

0 commit comments

Comments
 (0)