From 71c1d148fa4f5ed9434caf226407dacb91f4bb9b Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 15:33:36 -0300 Subject: [PATCH] fix code --- src/rustint/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustint/core.clj b/src/rustint/core.clj index a707257..5f78f62 100644 --- a/src/rustint/core.clj +++ b/src/rustint/core.clj @@ -2197,7 +2197,7 @@ (list (clojure.string/join (interleave (clojure.string/split (first args) #"\{:?(\.\d+)?\}") - (into '("") clojure-fspecifiers) + (concat clojure-fspecifiers '("")) ) )) )