Skip to content

Commit

Permalink
don't use identical
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Aug 23, 2024
1 parent 1cd53a4 commit b59094e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/ambrosebs/map.clj
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
idx))))

(= key key-or-null)
(if (identical? bitmap bit)
(if (== bitmap bit)
nil
(bitmap-indexed-node-ctor
nil
Expand Down

0 comments on commit b59094e

Please sign in to comment.