summaryrefslogtreecommitdiff
path: root/internal/imap/commando.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/imap/commando.go')
-rw-r--r--internal/imap/commando.go4
1 files changed, 2 insertions, 2 deletions
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 {