go fmt
This commit is contained in:
parent
e1ebc29ac1
commit
1d77aae277
@ -463,7 +463,7 @@ func (t *TextEdit) Draw(s tcell.Screen) {
|
||||
currentStyle = textEditStyle // reset style
|
||||
}
|
||||
|
||||
r := ' ' // Rune to draw
|
||||
r := ' ' // Rune to draw
|
||||
if i < len(lineRunes) { // While we're drawing the line
|
||||
r = lineRunes[i]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user