We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 850b21b commit 190237fCopy full SHA for 190237f
1 file changed
cmd/utils.go
@@ -130,7 +130,7 @@ func (d *DryccCmd) formatTime(timeStr string) string {
130
// wrapString wraps s into a paragraph of lines of length lim, with minimal raggedness.
131
func (d *DryccCmd) wrapString(s string) string {
132
sa, _ := tablewriter.WrapString(s, defaultLines)
133
- return strings.Join(sa, "\r\n")
+ return strings.Join(sa, "\n")
134
}
135
136
func sortKeys(data map[string]interface{}) *[]string {
0 commit comments