Fix scdoc & gofmt issues

This commit is contained in:
Drew DeVault 2019-05-18 15:34:16 -04:00
parent b8208509f4
commit ca2cd00fe7
8 changed files with 29 additions and 35 deletions
commands/compose

View file

@ -174,10 +174,10 @@ func SendMessage(aerc *widgets.Aerc, args []string) error {
r, w := io.Pipe()
worker.PostAction(&types.AppendMessage{
Destination: config.CopyTo,
Flags: []string{},
Date: time.Now(),
Reader: r,
Length: nbytes,
Flags: []string{},
Date: time.Now(),
Reader: r,
Length: nbytes,
}, func(msg types.WorkerMessage) {
switch msg := msg.(type) {
case *types.Done: