From 90e9437a89db6a90eb0f75928fb00c482e163db4 Mon Sep 17 00:00:00 2001 From: Milan Jovanovic Date: Thu, 19 Sep 2019 12:55:12 +0100 Subject: [PATCH] Correct code formatting --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index b8d24aca..46923084 100644 --- a/command.go +++ b/command.go @@ -115,7 +115,7 @@ type Command struct { // PersistentPostRunE: PersistentPostRun but returns an error. PersistentPostRunE func(cmd *Command, args []string) error // OnCommandNotFound: custom CommandNotFound handler - OnCommandNotFound func (cmd *Command, args []string) + OnCommandNotFound func(cmd *Command, args []string) // SilenceErrors is an option to quiet errors down stream. SilenceErrors bool