diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-07 15:57:18 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-05-07 15:57:18 +0300 |
| commit | 2015536347007266e70f2ccc9996a0f7e8c896bf (patch) | |
| tree | f4e19d5778ba95ca3f1a8972877932ef8eef21a8 /ExamTemplate/Web/Controllers/UserController.cs | |
| parent | b76b16051e7c4e7ffc65ec31806798d2dc220100 (diff) | |
| download | it-kariera-exam-template-2015536347007266e70f2ccc9996a0f7e8c896bf.tar it-kariera-exam-template-2015536347007266e70f2ccc9996a0f7e8c896bf.tar.gz it-kariera-exam-template-2015536347007266e70f2ccc9996a0f7e8c896bf.zip | |
Fixed some identation that was in spaces, rather than tabs
Diffstat (limited to 'ExamTemplate/Web/Controllers/UserController.cs')
| -rw-r--r-- | ExamTemplate/Web/Controllers/UserController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
