Skip to content

Commit

Permalink
chore: remove unnecessarily applied str
Browse files Browse the repository at this point in the history
  • Loading branch information
nuggetoriniku committed Mar 1, 2023
1 parent 765c8e6 commit bedbed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljam/io/vcf/writer.clj
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
[x]
(when x
(if (zero? (mod x 1))
(str (format "%.0f" x))
(format "%.0f" x)
(str x))))

(defn- ^String stringify-data-line
Expand Down

0 comments on commit bedbed0

Please sign in to comment.