From 6728a11fdf863f7a33eb14e84421b828ab28c09f Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 11 Jun 2018 20:04:21 -0400 Subject: Apply gofmt --- widgets/aerc.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'widgets/aerc.go') diff --git a/widgets/aerc.go b/widgets/aerc.go index 798a4dd..cc93d92 100644 --- a/widgets/aerc.go +++ b/widgets/aerc.go @@ -69,10 +69,10 @@ func NewAerc(logger *log.Logger) *Aerc { })() return &Aerc{ - grid: mainGrid, - statusbar: statusbar, - statusline: statusline, - tabs: tabs, + grid: mainGrid, + statusbar: statusbar, + statusline: statusline, + tabs: tabs, } } @@ -94,7 +94,7 @@ func (aerc *Aerc) Event(event tcell.Event) bool { if event.Rune() == ':' { exline := NewExLine(func(command string) { aerc.statusline.Push(fmt.Sprintf("TODO: execute %s", command), - 3 * time.Second) + 3*time.Second) aerc.statusbar.Pop() aerc.interactive = nil }, func() { -- cgit v1.2.3