Skip to content

Commit bbf7a66

Browse files
committed
lint: delete unnecessary blank lines
1 parent e8135da commit bbf7a66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kong_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,6 @@ func TestAlias(t *testing.T) {
526526
_, err := app.Parse([]string{"--str", "hello"})
527527
assert.NoError(t, err)
528528
assert.Equal(t, "hello", cli.String)
529-
530529
}
531530

532531
func TestDuplicateFlagChoosesLast(t *testing.T) {
@@ -1339,7 +1338,6 @@ func TestDuplicateAliases(t *testing.T) {
13391338
}{}
13401339
_, err := kong.New(&cli1)
13411340
assert.EqualError(t, err, "<anonymous struct>.Flag2: duplicate flag --flag")
1342-
13431341
}
13441342

13451343
func TestDuplicateAliasLong(t *testing.T) {

0 commit comments

Comments
 (0)