Skip to content

Commit

Permalink
Fix formatting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 31, 2024
1 parent 259d5cd commit bd73d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrant/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
{} config))))

(defn- normal-map? [x]
(and (map? x) (not (reflike? x))))
(and (map? x) (not (reflike? x))))

(defn- nested-values [idx [k v]]
(if (and (normal-map? v) (seq v))
Expand Down

0 comments on commit bd73d15

Please sign in to comment.