Skip to content

Commit a651794

Browse files
[autofix.ci] apply automated fixes
1 parent 56fdb1c commit a651794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ func TestRunWithInsufficientArgs(t *testing.T) {
239239
// TestRunWithHelpFlags tests the run function with help flag arguments.
240240
func TestRunWithHelpFlags(t *testing.T) {
241241
helpFlags := []string{"--help", "-h", "help"}
242-
242+
243243
for _, flag := range helpFlags {
244244
t.Run("help_flag_"+flag, func(t *testing.T) {
245245
// Capture stdout

0 commit comments

Comments
 (0)