diff options
| -rw-r--r-- | tableDefault.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableDefault.go b/tableDefault.go index 5c2d3e9..17611b8 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -34,7 +34,7 @@ func (f *Forge) PrintDefaultTB(pb *gitpb.Repos) string { writable += 1 } } - return log.Sprintf("f.DefaultRepos: total=(%d) dirty=(%d) writable=(%d) binaries=(%d) protobufs(%d)\n", pb.Len(), dirty, writable, bins, protos) + return log.Sprintf("f.DefaultRepos: total=(%d) dirty=(%d) writable=(%d) binaries=(%d) protobufs(%d)", pb.Len(), dirty, writable, bins, protos) } func (f *Forge) getRepoType(repo *gitpb.Repo) string { |
