Skip to content

Commit 4d20bae

Browse files
authored
Fix formatting and whitespace in command_test.go
1 parent 7b90614 commit 4d20bae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

command_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5662,8 +5662,9 @@ func TestEmptyPositionalArgs(t *testing.T) {
56625662
assert.NoError(t, err)
56635663
assert.Equal(t, tc.Expected, args)
56645664
})
5665+
}
56655666
}
5666-
5667+
56675668
func TestFlagEqualsEmptyValue(t *testing.T) {
56685669
t.Run("--flag= sets empty string", func(t *testing.T) {
56695670
var val string

0 commit comments

Comments
 (0)