Skip to content

Commit cac70a3

Browse files
go import
1 parent 1bb7615 commit cac70a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2059,7 +2059,7 @@ func TestFParseErrWhitelistSiblingCommand(t *testing.T) {
20592059
checkStringContains(t, output, "unknown flag: --unknown")
20602060
}
20612061

2062-
func TestContext(t *testing.T){
2062+
func TestContext(t *testing.T) {
20632063
root := &Command{}
20642064
if root.Context() == nil {
20652065
t.Error("expected root.Context() != nil")

0 commit comments

Comments
 (0)