Merge PR #3520: Minor CLI Output Updates
* minor cli output fixes * Update client/utils/utils.go Co-Authored-By: alexanderbez <alexanderbez@users.noreply.github.com>
This commit is contained in:
committed by
Jack Zampolin
parent
9a57ce0214
commit
c5ab5699e3
+1
-1
@@ -94,7 +94,7 @@ func (st StringTags) String() string {
|
||||
for _, t := range st {
|
||||
sb.WriteString(fmt.Sprintf(" - %s\n", t.String()))
|
||||
}
|
||||
return strings.TrimSpace(sb.String())
|
||||
return sb.String()
|
||||
}
|
||||
|
||||
// Conversion function from a []byte tag to a string tag
|
||||
|
||||
Reference in New Issue
Block a user