diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-18 15:34:16 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-18 15:34:16 -0400 |
commit | ca2cd00fe75863002145afcbfad1fe03f6258cfc (patch) | |
tree | 6699de430d93fddf3a682f838af0f4c81c1dcaba /commands/account/view-message.go | |
parent | b8208509f47301bcb03bc222f5e5765833478250 (diff) | |
download | aerc-ca2cd00fe75863002145afcbfad1fe03f6258cfc.tar.gz |
Fix scdoc & gofmt issues
Diffstat (limited to 'commands/account/view-message.go')
-rw-r--r-- | commands/account/view-message.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/account/view-message.go b/commands/account/view-message.go index cf2baaa9..4db5c954 100644 --- a/commands/account/view-message.go +++ b/commands/account/view-message.go @@ -27,4 +27,3 @@ func ViewMessage(aerc *widgets.Aerc, args []string) error { aerc.NewTab(viewer, msg.Envelope.Subject) return nil } - |