Skip to content

Commit

Permalink
Update root.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Dec 18, 2021
1 parent a1c9b31 commit 4b92088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func wordWrap(s string, limit int) string {
// convert string to slice
strSlice := strings.Fields(s)

var result string = ""
var result string

for len(strSlice) >= 1 {
// convert slice/array back to string
Expand Down

0 comments on commit 4b92088

Please sign in to comment.