From d7376a41961b23674658a0051635ed72988c3ccc Mon Sep 17 00:00:00 2001 From: Carlosokumu Date: Fri, 6 Sep 2024 16:53:22 +0300 Subject: [PATCH] format error --- internal/handlers/ussd/menuhandler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/handlers/ussd/menuhandler.go b/internal/handlers/ussd/menuhandler.go index 3482f2a..5c25ded 100644 --- a/internal/handlers/ussd/menuhandler.go +++ b/internal/handlers/ussd/menuhandler.go @@ -316,7 +316,7 @@ func (h *Handlers) SaveFamilyname(ctx context.Context, sym string, input []byte) return res, nil } } else { - return res,fmt.Errorf("a family name cannot be less than one character") + return res, fmt.Errorf("a family name cannot be less than one character") } return res, nil