run go fmt

This commit is contained in:
Reto Brunner 2020-07-17 17:50:24 +02:00
parent cc44027545
commit 8446d48664
5 changed files with 8 additions and 8 deletions

View File

@ -2,8 +2,8 @@ package account
import ( import (
"errors" "errors"
"time"
"git.sr.ht/~sircmpwn/aerc/widgets" "git.sr.ht/~sircmpwn/aerc/widgets"
"time"
) )
type Clear struct{} type Clear struct{}

View File

@ -1,9 +1,9 @@
package msg package msg
import ( import (
"fmt"
"sync" "sync"
"time" "time"
"fmt"
"git.sr.ht/~sircmpwn/getopt" "git.sr.ht/~sircmpwn/getopt"