mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
Add missing spaces between // and the comment
This commit is contained in:
parent
c4f2b23858
commit
3bf1c4e262
2 changed files with 1 additions and 3 deletions
|
@ -30,7 +30,7 @@ func (rt *_router) UpdateUsername(w http.ResponseWriter, r *http.Request, ps htt
|
|||
return
|
||||
}
|
||||
|
||||
if !stat { //todo: sta regex non me piace
|
||||
if !stat { // todo: sta regex non me piace
|
||||
helpers.SendBadRequest(w, "Username must be between 3 and 16 characters long and can only contain letters, numbers and underscores", rt.baseLogger)
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue