wip-code-check #44

Merged
lash merged 54 commits from wip-code-check into master 2024-09-10 14:25:50 +02:00
Showing only changes of commit d7376a4196 - Show all commits

View File

@ -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