Skip to content

Commit f2b07da

Browse files
jlenispf13
authored andcommitted
fixing linter issues
1 parent b635726 commit f2b07da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: command_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1412,11 +1412,11 @@ func TestUsageStringRedirected(t *testing.T) {
14121412
cmd.Print("[stdout1]")
14131413
cmd.PrintErr("[stderr2]")
14141414
cmd.Print("[stdout3]")
1415-
return nil;
1415+
return nil
14161416
}
14171417

14181418
expected := "[stdout1][stderr2][stdout3]"
1419-
if got := c.UsageString(); got != expected {
1419+
if got := c.UsageString(); got != expected {
14201420
t.Errorf("Expected usage string to consider both stdout and stderr")
14211421
}
14221422
}

0 commit comments

Comments
 (0)