Skip to content

Commit 932cb53

Browse files
committed
Merge pull request #852 from mattrjacobs/merge-fix-851
Merge fix 851
2 parents 84e523f + 18fde94 commit 932cb53

File tree

1 file changed

+1
-1
lines changed
  • hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix

1 file changed

+1
-1
lines changed

hystrix-contrib/hystrix-clj/src/main/clojure/com/netflix/hystrix/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@
413413
(list (first body))
414414
(map first body))
415415
m (if-not (contains? m :arglists)
416-
(assoc m :arglists `(quote ~params))
416+
(assoc m :arglists ('quote `(~params)))
417417
m)]
418418
`(let [meta-options# (#'com.netflix.hystrix.core/extract-hystrix-command-options ~m)
419419
run-fn# (fn ~name ~@body)

0 commit comments

Comments
 (0)