Skip to content

Commit 4c60071

Browse files
committed
Fix wscljs.format.identity shadowing
1 parent 0fc8b9c commit 4c60071

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wscljs/format.cljs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
(ns wscljs.format)
1+
(ns wscljs.format
2+
(:refer-clojure :exclude [identity]))
23

34

45
(defprotocol Format

0 commit comments

Comments
 (0)