diff --git a/src/antq/report/table.clj b/src/antq/report/table.clj index a0077687..bab6036d 100644 --- a/src/antq/report/table.clj +++ b/src/antq/report/table.clj @@ -53,7 +53,7 @@ [{:keys [width total-count current-count]}] (let [width (or width 50) ratio (int (* width (/ current-count total-count)))] - (format "[ %s%s ] %d/%d\r" + (format "[%s%s] %d/%d\r" (apply str (repeat ratio "#")) (apply str (repeat (- width ratio) "-")) current-count