diff options
| author | transtrike <transtrike@gmail.com> | 2021-01-13 23:06:18 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2021-01-13 23:06:18 +0200 |
| commit | 61c51944844ed404cd4f174440d6e81b2a8591ba (patch) | |
| tree | 52384addf959a81d63d91702399f47e07bf02ded /src/DevHive.Web/Models/Identity/Validation | |
| parent | 623bb66183be1349325ca9364f5bbf2e451f7578 (diff) | |
| download | DevHive-61c51944844ed404cd4f174440d6e81b2a8591ba.tar DevHive-61c51944844ed404cd4f174440d6e81b2a8591ba.tar.gz DevHive-61c51944844ed404cd4f174440d6e81b2a8591ba.zip | |
Fixed sln-wide code formatting
Diffstat (limited to 'src/DevHive.Web/Models/Identity/Validation')
| -rw-r--r-- | src/DevHive.Web/Models/Identity/Validation/GoodPasswordModelValidation.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DevHive.Web/Models/Identity/Validation/GoodPasswordModelValidation.cs b/src/DevHive.Web/Models/Identity/Validation/GoodPasswordModelValidation.cs index f69121a..f920c35 100644 --- a/src/DevHive.Web/Models/Identity/Validation/GoodPasswordModelValidation.cs +++ b/src/DevHive.Web/Models/Identity/Validation/GoodPasswordModelValidation.cs @@ -3,7 +3,7 @@ using System.ComponentModel.DataAnnotations; namespace DevHive.Web.Models.Identity.Validation { - public class GoodPassword : ValidationAttribute + public class GoodPassword : ValidationAttribute { public override bool IsValid(object value) { |
