We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acd593 commit 593242eCopy full SHA for 593242e
doc/code-coverage/piotr_yuxuan/malli_cli.clj
@@ -273,5 +273,5 @@
273
✔ summary-table)]
274
✔ (str/join "\n" (map (fn [v]
275
✔ (let [fmt (-make-format max-column-widths)]
276
-✔ (.stripTrailing ^String (apply format fmt v))))
+✔ (str/trimr (apply format fmt v))))
277
✔ summary-table))))
0 commit comments