Skip to content

Commit

Permalink
Add missing spaces around arrows.
Browse files Browse the repository at this point in the history
  • Loading branch information
mudge committed Mar 27, 2013
1 parent 902b70f commit be99a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreclojure_downloader/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

(defn checker [test]
"Return the full checker for the given test."
(str " " (lhs test) (arrow test) (rhs test)))
(str " " (lhs test) " " (arrow test) " " (rhs test)))

(defn checkers [problem]
"Return all checkers for the given problem."
Expand Down

0 comments on commit be99a07

Please sign in to comment.