Skip to content

Commit 868166a

Browse files
committed
CS fixes
1 parent fc2421f commit 868166a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

select.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ func (s *Select) RunCursorAt(cursorPos, scroll int) (int, string, error) {
220220

221221
func (s *Select) innerRun(cursorPos, scroll int, top rune) (int, string, error) {
222222
c := &readline.Config{
223-
Stdin: s.Stdin,
223+
Stdin: s.Stdin,
224224
Stdout: s.Stdout,
225225
}
226226
err := c.Init()

0 commit comments

Comments
 (0)