Skip to content

Commit

Permalink
Merge pull request #568 from MUzairS15/MUzairS15/chore/lint
Browse files Browse the repository at this point in the history
run gofmt
  • Loading branch information
MUzairS15 authored Aug 19, 2024
2 parents 3f89aaf + ea8bd93 commit 93c2018
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 93c2018

Please sign in to comment.