From 044950bbc154b7cc8e3c46f5c9efd6295ba46e8d Mon Sep 17 00:00:00 2001 From: John McBride Date: Thu, 2 Apr 2020 12:34:53 -0600 Subject: [PATCH] Formatting fix --- command.go | 1 - 1 file changed, 1 deletion(-) diff --git a/command.go b/command.go index a881fec2..b8057e0b 100644 --- a/command.go +++ b/command.go @@ -218,7 +218,6 @@ func (c *Command) SetArgs(a []string) { c.args = a } - // SetOut sets the destination for usage messages. // If newOut is nil, os.Stdout is used. func (c *Command) SetOut(newOut io.Writer) {