From f4e937c677744b0d3228fded7c8cf60beed87208 Mon Sep 17 00:00:00 2001 From: kelsoncarmozinezup <69529983+kelsoncarmozinezup@users.noreply.github.com> Date: Wed, 27 Oct 2021 08:06:59 -0300 Subject: [PATCH] Update config.go --- internal/pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/config/config.go b/internal/pkg/config/config.go index 76b998e43..522d93538 100644 --- a/internal/pkg/config/config.go +++ b/internal/pkg/config/config.go @@ -117,4 +117,4 @@ func (m Manager) Delete() error { return err } return nil -} \ No newline at end of file +}