Skip to content

Commit 107e376

Browse files
committed
Fix indentation
1 parent 7358676 commit 107e376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/cider/nrepl/middleware/track_state.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@
6565
{:aliases (merge require-macros requires)
6666
;; For some reason, cljs (or piggieback) adds a :test key to the
6767
;; var metadata stored in the namespace.
68-
:interns (merge (misc/update-vals #(dissoc (um/relevant-meta (cljs-meta-with-fn %)) :test)
69-
defs)
68+
:interns (merge (misc/update-vals #(dissoc (um/relevant-meta (cljs-meta-with-fn %)) :test) defs)
7069
;; FIXME: `uses` and `use-macros` are maps from
7170
;; symbols to namespace names:
7271
;; {log reagent.debug, dbg reagent.debug}

0 commit comments

Comments
 (0)