From ea8bd93af5806da6479a1764b927321876a03338 Mon Sep 17 00:00:00 2001 From: MUzairS15 Date: Mon, 19 Aug 2024 12:41:17 +0530 Subject: [PATCH] run gofmt Signed-off-by: MUzairS15 --- models/registration/interface.go | 2 +- models/registration/register.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/models/registration/interface.go b/models/registration/interface.go index a8721a38..3f9f580b 100644 --- a/models/registration/interface.go +++ b/models/registration/interface.go @@ -5,7 +5,7 @@ import ( ) /* - RegistrationErrorStore stores all the errors that does not break the registration process, but have to be reported nevertheless. +RegistrationErrorStore stores all the errors that does not break the registration process, but have to be reported nevertheless. */ type RegistrationErrorStore interface { AddInvalidDefinition(string, error) diff --git a/models/registration/register.go b/models/registration/register.go index dd208cdb..50f86639 100644 --- a/models/registration/register.go +++ b/models/registration/register.go @@ -76,7 +76,7 @@ func (rh *RegistrationHelper) register(pkg packagingUnit) { } } - + model.Registrant.Status = connection.Registered _, _, err := rh.regManager.RegisterEntity( model.Registrant,