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/msgview

View file

@ -18,4 +18,3 @@ func CommandClose(aerc *widgets.Aerc, args []string) error {
aerc.RemoveTab(mv)
return nil
}