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/Configurations/UserMappings.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/Configurations/UserMappings.cs')
| -rw-r--r-- | ExamTemplate/Web/Configurations/UserMappings.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ExamTemplate/Web/Configurations/UserMappings.cs b/ExamTemplate/Web/Configurations/UserMappings.cs index 1bba602..93b5107 100644 --- a/ExamTemplate/Web/Configurations/UserMappings.cs +++ b/ExamTemplate/Web/Configurations/UserMappings.cs @@ -4,7 +4,7 @@ using ExamTemplate.Web.Models.User; namespace ExamTemplate.Services.Configurations { - public class UserMappings : Profile + public class UserMappings : Profile { public UserMappings() { |
