Skip to content

Commit 18fde94

Browse files
author
Matt Jacobs
committed
Fixed merge problem
1 parent 2e10b73 commit 18fde94

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 (list '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)