ui/app: go fmt

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-08-21 14:59:35 +02:00
parent bff8b64e5a
commit 6a7e38eb32
-1
View File
@@ -328,7 +328,6 @@ func (q *Queue) Next(k input.Key) (input.Event, bool) {
return q.q.Next(k) return q.q.Next(k)
} }
// WithTitle returns an option that sets the window title. // WithTitle returns an option that sets the window title.
func WithTitle(t string) WindowOption { func WithTitle(t string) WindowOption {
return WindowOption{ return WindowOption{