Skip to content

Commit

Permalink
Fix shadow warning
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Nov 24, 2024
1 parent 5ae0dde commit ba8518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sci/impl/namespaces.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1677,7 +1677,7 @@

#?@(:cljs ['-write (copy-var -write clojure-core-ns)])
'locking (macrofy 'locking locking*)
'-locking-impl (copy-var -locking-impl clojure-core-ns)
#?@(:clj ['-locking-impl (copy-var -locking-impl clojure-core-ns)])
#?@(:clj ['+' (copy-core-var +')
'-' (copy-core-var -')
'*' (copy-core-var *')
Expand Down

0 comments on commit ba8518a

Please sign in to comment.