Skip to content

Commit

Permalink
run gofmt
Browse files Browse the repository at this point in the history
Signed-off-by: MUzairS15 <[email protected]>
  • Loading branch information
MUzairS15 committed Aug 19, 2024
1 parent 3f89aaf commit ea8bd93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/registration/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion models/registration/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (rh *RegistrationHelper) register(pkg packagingUnit) {
}

}

model.Registrant.Status = connection.Registered
_, _, err := rh.regManager.RegisterEntity(
model.Registrant,
Expand Down

0 comments on commit ea8bd93

Please sign in to comment.