Skip to content

Commit 25b7041

Browse files
committed
Fix indentation
1 parent 74c7a9b commit 25b7041

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/spec/cider/nrepl/middleware/info_spec_test.clj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
(+ start (long (rand (- end start)))))
1414

1515
(s/fdef ranged-rand
16-
:args (s/and (s/cat :start int? :end int?)
17-
#(< (:start %) (:end %)))
18-
:ret int?
19-
:fn (s/and #(>= (:ret %) (-> % :args :start))
20-
#(< (:ret %) (-> % :args :end))))
16+
:args (s/and (s/cat :start int? :end int?)
17+
#(< (:start %) (:end %)))
18+
:ret int?
19+
:fn (s/and #(>= (:ret %) (-> % :args :start))
20+
#(< (:ret %) (-> % :args :end))))
2121

2222
(use-fixtures :each session/session-fixture)
2323

0 commit comments

Comments
 (0)