Skip to content

Commit

Permalink
chore: remove double space
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
Dominik Rosiek committed Jun 21, 2022
1 parent 92de1c8 commit c94386e
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 c94386e

Please sign in to comment.