Skip to content

Commit 794e0b6

Browse files
committed
Fix lint issue
1 parent b4d4713 commit 794e0b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cmd/src/cmd_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ func TestCommand_Matches(t *testing.T) {
7474

7575
func TestCommander_Run_ErrorHandling(t *testing.T) {
7676
tests := []struct {
77-
name string
78-
handlerError error
79-
expectedExit int
80-
description string
77+
name string
78+
handlerError error
79+
expectedExit int
80+
description string
8181
}{
8282
{
8383
name: "usage error",

0 commit comments

Comments
 (0)