summaryrefslogtreecommitdiff
path: root/tablePull.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-10 17:43:22 -0500
committerJeff Carr <[email protected]>2025-10-10 17:43:22 -0500
commitc42d76b89fbd4077a5895a8fe04f69350ea890a0 (patch)
tree5e362755b9664ffc0990dfa9dfae0ea54bb5ac97 /tablePull.go
parentc3433e0556d4441f1e81f171a924d38c0e14ce4c (diff)
fixes formatting errorsv0.0.179v0.0.178
Diffstat (limited to 'tablePull.go')
-rw-r--r--tablePull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tablePull.go b/tablePull.go
index 62b69c3..a35ccc5 100644
--- a/tablePull.go
+++ b/tablePull.go
@@ -12,7 +12,7 @@ import (
func (f *Forge) PrintPullTable(pb *gitpb.Repos) string {
tablePB := f.makePullTable(pb)
tablePB.PrintTable()
- return log.Sprintf("fpb.PullTable: %d repos\n", pb.Len())
+ return log.Sprintf("fpb.PullTable: %d repos", pb.Len())
}
func (f *Forge) makePullTable(pb *gitpb.Repos) *gitpb.ReposTable {