gofmt
This commit is contained in:
parent
61e9940849
commit
3ba836003a
|
@ -230,7 +230,7 @@ func (Send) Execute(aerc *widgets.Aerc, args []string) error {
|
|||
return
|
||||
}
|
||||
if config.CopyTo != "" {
|
||||
aerc.PushStatus("Copying to " + config.CopyTo, 10*time.Second)
|
||||
aerc.PushStatus("Copying to "+config.CopyTo, 10*time.Second)
|
||||
worker := composer.Worker()
|
||||
r, w := io.Pipe()
|
||||
worker.PostAction(&types.AppendMessage{
|
||||
|
|
Loading…
Reference in New Issue