master
CrossNox 3 years ago
parent 67e78f2212
commit 71c1d148fa
  1. 2
      src/rustint/core.clj

@ -2197,7 +2197,7 @@
(list (clojure.string/join (list (clojure.string/join
(interleave (interleave
(clojure.string/split (first args) #"\{:?(\.\d+)?\}") (clojure.string/split (first args) #"\{:?(\.\d+)?\}")
(into '("") clojure-fspecifiers) (concat clojure-fspecifiers '(""))
) )
)) ))
) )

Loading…
Cancel
Save