[minor] fix comment whitespace issue

This commit is contained in:
Aaron Meihm 2016-08-16 12:40:19 -05:00
Родитель e20b1007a4
Коммит 10499cbe9d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -261,9 +261,9 @@ func authenticate(pass handler, requirePerm int64) handler {
respond(http.StatusUnauthorized, resource, w, r)
return
}
// As a final phase, validate the investigator has permission to access
// the endpoint
if !inv.CheckPermission(requirePerm) {
inv.Name = "authfailed"
inv.ID = -1