From 2015536347007266e70f2ccc9996a0f7e8c896bf Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 7 May 2021 15:57:18 +0300 Subject: Fixed some identation that was in spaces, rather than tabs --- ExamTemplate/Web/Controllers/UserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ExamTemplate/Web/Controllers/UserController.cs') diff --git a/ExamTemplate/Web/Controllers/UserController.cs b/ExamTemplate/Web/Controllers/UserController.cs index 4d245f7..c7183ca 100644 --- a/ExamTemplate/Web/Controllers/UserController.cs +++ b/ExamTemplate/Web/Controllers/UserController.cs @@ -7,7 +7,7 @@ using System.Threading.Tasks; namespace ExamTemplate.Web.Controllers { - public class UserController : Controller + public class UserController : Controller { private readonly IMapper _autoMapper; private readonly UserService _userService; -- cgit v1.2.3