Skip to content
This repository has been archived by the owner on Oct 23, 2020. It is now read-only.

Commit

Permalink
Add missing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant committed Jul 29, 2014
1 parent 524bcab commit f08e6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qu/views.clj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

(defn- write-csv [data]
(with-out-str (csv/write-csv *out* data))
(flush)
(flush))

(defn slice-html
[view-map]
Expand Down

0 comments on commit f08e6f1

Please sign in to comment.