From c94386ee4232c6edc71416a81eb150f4abb070d5 Mon Sep 17 00:00:00 2001 From: Dominik Rosiek Date: Tue, 21 Jun 2022 08:38:28 +0200 Subject: [PATCH] chore: remove double space Signed-off-by: Dominik Rosiek --- service/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/flags.go b/service/flags.go index 4f8993ae3ec..5ea7c61d4e7 100644 --- a/service/flags.go +++ b/service/flags.go @@ -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 }