Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maaslalani authored Dec 23, 2023
1 parent fdae428 commit f7ce4df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion textinput/textinput.go
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,6 @@ func (m Model) placeholderView() string {
// append placeholder[len] - cursor, append padding
v += style(string(p[1:minWidth]))
v += style(strings.Repeat(" ", availWidth))

} else {
// if there is no width, the placeholder can be any length
v += style(string(p[1:]))
Expand Down

0 comments on commit f7ce4df

Please sign in to comment.