Skip to content

Commit

Permalink
Fixed merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jacobs committed Aug 6, 2015
1 parent 2e10b73 commit 18fde94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@
(list (first body))
(map first body))
m (if-not (contains? m :arglists)
(assoc m :arglists (list 'quote `(~params)))
(assoc m :arglists ('quote `(~params)))
m)]
`(let [meta-options# (#'com.netflix.hystrix.core/extract-hystrix-command-options ~m)
run-fn# (fn ~name ~@body)
Expand Down

0 comments on commit 18fde94

Please sign in to comment.