Skip to content

Commit 1dfa982

Browse files
committed
gofmt
1 parent 1b3da50 commit 1dfa982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ func TestApp_RunDefaultCommandWithSubCommand(t *testing.T) {
551551
{Name: "batbaz", Aliases: []string{"b"}},
552552
},
553553
}
554-
554+
555555
err := app.Run([]string{"c", test.cmdName, test.subCmd})
556556
expect(t, err == nil, test.expected)
557557
})
@@ -2386,4 +2386,4 @@ func TestSetupInitializesOnlyNilWriters(t *testing.T) {
23862386
if a.Writer != os.Stdout {
23872387
t.Errorf("expected a.Writer to be os.Stdout")
23882388
}
2389-
}
2389+
}

0 commit comments

Comments
 (0)