all: purge redundant underscores
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com>
This commit is contained in:
parent
c6b776adbf
commit
6838c23478
45 changed files with 132 additions and 132 deletions
commands/msg
|
@ -23,15 +23,15 @@ func init() {
|
|||
register(Pipe{})
|
||||
}
|
||||
|
||||
func (_ Pipe) Aliases() []string {
|
||||
func (Pipe) Aliases() []string {
|
||||
return []string{"pipe"}
|
||||
}
|
||||
|
||||
func (_ Pipe) Complete(aerc *widgets.Aerc, args []string) []string {
|
||||
func (Pipe) Complete(aerc *widgets.Aerc, args []string) []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (_ Pipe) Execute(aerc *widgets.Aerc, args []string) error {
|
||||
func (Pipe) Execute(aerc *widgets.Aerc, args []string) error {
|
||||
var (
|
||||
background bool
|
||||
pipeFull bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue