generated from VLADIMIR/template
fix
This commit is contained in:
@@ -45,5 +45,5 @@ func (s *service) ClearCode(code string) string {
|
||||
}
|
||||
|
||||
func (s *service) ClearText(text string) string {
|
||||
return re.ReplaceAllString(text, "")
|
||||
return strings.TrimSpace(re.ReplaceAllString(text, ""))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user