Skip to content
Snippets Groups Projects
Unverified Commit 9fc76a7e authored by Tim Macdonald's avatar Tim Macdonald Committed by GitHub
Browse files

Fix Emacs indentation of `with-anaphora` (#45716)

parent e6b50008
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@
(eval . (put-clojure-indent 'mt/query 1))
(eval . (put-clojure-indent 'mt/test-driver 1))
(eval . (put-clojure-indent 'mt/test-drivers 1))
(eval . (put-clojure-indent 'mt/with-anaphora 1))
(eval . (put-clojure-indent 'prop/for-all 1))
(eval . (put-clojure-indent 'qp.streaming/streaming-response 1))
(eval . (put-clojure-indent 'tc/quick-check 1))
......
......@@ -53,8 +53,9 @@
`card-4` is guaranteed not to have problems"
[& body]
`(do-with-test-setup (mt/with-anaphora [qf-1 qf-2 qf-3 card-1 card-2 card-3 card-4]
~@body)))
`(do-with-test-setup
(mt/with-anaphora [qf-1 qf-2 qf-3 card-1 card-2 card-3 card-4]
~@body)))
(def ^:private url "ee/query-field-validation/invalid-cards")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment