From 835d5f3547f10ede1997a938d9278a506a089bb7 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 26 Apr 2020 17:31:33 +0200 Subject: Some linting remarks --- internal/imap/commando.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/imap/commando.go') diff --git a/internal/imap/commando.go b/internal/imap/commando.go index 1cf688e..348c724 100644 --- a/internal/imap/commando.go +++ b/internal/imap/commando.go @@ -13,8 +13,8 @@ type command interface { } type execution struct { - cmd command - done chan<- error + cmd command + done chan<- error } func (commander *commander) execute(command command) error { -- cgit v1.2.3-54-g00ecf