Skip to content

Commit 46faf2f

Browse files
committed
fix: close writeProgress() function block to resolve go vet syntax error (bad merge artifact)
1 parent b319c11 commit 46faf2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/analytics/analyzer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ func writeProgress(b *strings.Builder, s *Statistics) {
290290
b.WriteString(fmt.Sprintf(" Points Completed: %.1f/%.1f\n", completed, s.TotalStoryPoints))
291291
}
292292
b.WriteString("\n────────────────────────────────────────\n")
293+
}
293294

294295
// makeBar creates a simple text progress bar
295296
func (a *Analyzer) makeBar(value, total, width int) string {

0 commit comments

Comments
 (0)