Skip to content

Commit

Permalink
fix(lint): redundant break statement (#991)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune authored Oct 27, 2022
1 parent 29e80a2 commit aac2788
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cli/cmd/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,9 @@ func filterCLIFlagsFromComponentArgs(args []string, globalFlags []*pflag.Flag) (
case "bool":
isArg = false
cliFlags = append(cliFlags, arg)
break
case "string":
isArg = false
stringFlag = arg
break
}
}
}
Expand Down

0 comments on commit aac2788

Please sign in to comment.