From 1c9375d797453d1bf6201165446d37550bb8bbcc Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Thu, 11 Jan 2024 15:03:05 +0100 Subject: [PATCH] updated formatting --- pkg/config/expand.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/config/expand.go b/pkg/config/expand.go index 6a64a7f..916b256 100644 --- a/pkg/config/expand.go +++ b/pkg/config/expand.go @@ -48,7 +48,8 @@ type ExpandMap map[string]string // Retrieve a set of matching variables, by iterating variables. // Whenever a key matches the wildcard, the prefix is removed. // Example: -// pattern = "AS*", key = "AS2342", value = "2342" +// +// pattern = "AS*", key = "AS2342", value = "2342" func (e ExpandMap) matchWildcard(pattern string) []string { matches := []string{}