From 11970bde7827b2a984bee9003447dd262dfff504 Mon Sep 17 00:00:00 2001 From: Tim Peoples Date: Sun, 5 Nov 2017 11:28:54 -0800 Subject: [PATCH] Fixed formatting --- command.go | 2 +- command_test.go | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/command.go b/command.go index 510918ac..5f6d7666 100644 --- a/command.go +++ b/command.go @@ -140,7 +140,7 @@ type Command struct { commandsAreSorted bool // commandCalledAs is the name or alias value used to call this command. commandCalledAs struct { - name string + name string called bool } diff --git a/command_test.go b/command_test.go index 33a23d62..2b7b4ad4 100644 --- a/command_test.go +++ b/command_test.go @@ -526,11 +526,11 @@ func TestUpdateName(t *testing.T) { } type calledAsTestcase struct { - args []string - call string - want string - epm bool - tc bool + args []string + call string + want string + epm bool + tc bool } func (tc *calledAsTestcase) test(t *testing.T) {