Skip to content

Commit

Permalink
chore: remove double space (#5560)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek authored Jun 21, 2022
1 parent 92de1c8 commit 2a5e359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func flags() *flag.FlagSet {
flagSet.Var(
gatesList,
"feature-gates",
"Comma-delimited list of feature gate identifiers. Prefix with '-' to disable the feature. '+' or no prefix will enable the feature.")
"Comma-delimited list of feature gate identifiers. Prefix with '-' to disable the feature. '+' or no prefix will enable the feature.")

return flagSet
}
Expand Down

0 comments on commit 2a5e359

Please sign in to comment.