Skip to content

Commit

Permalink
lint: delete unnecessary blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantv committed Feb 26, 2024
1 parent e8135da commit bbf7a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kong_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ func TestAlias(t *testing.T) {
_, err := app.Parse([]string{"--str", "hello"})
assert.NoError(t, err)
assert.Equal(t, "hello", cli.String)

}

func TestDuplicateFlagChoosesLast(t *testing.T) {
Expand Down Expand Up @@ -1339,7 +1338,6 @@ func TestDuplicateAliases(t *testing.T) {
}{}
_, err := kong.New(&cli1)
assert.EqualError(t, err, "<anonymous struct>.Flag2: duplicate flag --flag")

}

func TestDuplicateAliasLong(t *testing.T) {
Expand Down

0 comments on commit bbf7a66

Please sign in to comment.