Formatting fix

This commit is contained in:
John McBride 2020-04-02 12:34:53 -06:00
parent 6291af1f4d
commit 044950bbc1

View file

@ -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) {