Skip to content

Commit

Permalink
Merge pull request #17 from tavisrudd/master
Browse files Browse the repository at this point in the history
a simple typo fix and long-line wrap
  • Loading branch information
fogus committed Apr 12, 2012
2 parents 7dd529b + 4bcc60a commit 6adbffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/trammel/utils.clj
Expand Up @@ -4,7 +4,8 @@
(defmacro ^:private assert-w-message
[check message]
`(when-not ~check
(throw (new AssertionError (str "Trammel asserttion failed: " ~message "\n" (pr-str '~check))))))
(throw (new AssertionError (str "Trammel assertion failed: " ~message "\n"
(pr-str '~check))))))

(defn check-args!
[name slots inv-description invariants]
Expand All @@ -15,4 +16,3 @@
"[pre-conditions => post-conditions] or "
"{:pre [pre-conditions]}"
"for record type " name)))

0 comments on commit 6adbffc

Please sign in to comment.