code format

main
Paul Schneider 9 years ago
parent a6f7c1012d
commit c9c9e8bd86
1 changed files with 1 additions and 0 deletions

@ -72,6 +72,7 @@ namespace Yavsc.Controllers
Name = x.Name,
Users = x.Users.Select(u=>u.UserId).ToArray()
});
return View(new AdminViewModel
{
Roles = roles.ToArray(),

Loading…