From 0145879f37a6bd00568b46550f2b16e9563f60a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 07:02:21 +0000 Subject: [PATCH] ci(chore): Fix stylings --- modules/config/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/config/config.go b/modules/config/config.go index c9ccc9d..84c4a3e 100644 --- a/modules/config/config.go +++ b/modules/config/config.go @@ -163,7 +163,6 @@ func expand(s string, mapping func(string) string) string { } return m }) - } func cut(s, sep string) (before, after string, found bool) {