Skip to content

Commit

Permalink
Remove misplaced type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-yakushev committed Sep 27, 2024
1 parent 05dd1e0 commit 78438c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/honey/sql/util.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"More efficient implementation of `clojure.core/str` because it has more
non-variadic arities. Optimization is Clojure-only, on other platforms it
reverts back to `clojure.core/str`."
{:tag String}
(^String [] "")
(^String [^Object a]
#?(:clj (if (nil? a) "" (.toString a))
Expand Down

0 comments on commit 78438c6

Please sign in to comment.