Commit ea01d7b2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent 9a69b210
...@@ -124,7 +124,7 @@ func (rw *ReaderWriterUi) Ask(query string) string { ...@@ -124,7 +124,7 @@ func (rw *ReaderWriterUi) Ask(query string) string {
result <- line result <- line
}() }()
select{ select {
case line := <-result: case line := <-result:
return line return line
case <-sigCh: case <-sigCh:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment