We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b319c11 commit 46faf2fCopy full SHA for 46faf2f
internal/analytics/analyzer.go
@@ -290,6 +290,7 @@ func writeProgress(b *strings.Builder, s *Statistics) {
290
b.WriteString(fmt.Sprintf(" Points Completed: %.1f/%.1f\n", completed, s.TotalStoryPoints))
291
}
292
b.WriteString("\n────────────────────────────────────────\n")
293
+}
294
295
// makeBar creates a simple text progress bar
296
func (a *Analyzer) makeBar(value, total, width int) string {
0 commit comments