Skip to content

Commit

Permalink
fix border
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Apr 12, 2023
1 parent 1403e05 commit c605667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion option.go
Expand Up @@ -52,7 +52,7 @@ var defaultOption = option{
if borderw < 0 {
borderw = 0
}
_, _ = v.WriteString(strings.Repeat("", borderw))
_, _ = v.WriteString(strings.Repeat("-", borderw))
return v.String()
},

Expand Down

0 comments on commit c605667

Please sign in to comment.