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/Configurations/Mapping/CommentMappings.cs | |
| 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/Configurations/Mapping/CommentMappings.cs')
| -rw-r--r-- | src/DevHive.Web/Configurations/Mapping/CommentMappings.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/DevHive.Web/Configurations/Mapping/CommentMappings.cs b/src/DevHive.Web/Configurations/Mapping/CommentMappings.cs index 394490e..5998e7a 100644 --- a/src/DevHive.Web/Configurations/Mapping/CommentMappings.cs +++ b/src/DevHive.Web/Configurations/Mapping/CommentMappings.cs @@ -13,5 +13,5 @@ namespace DevHive.Web.Configurations.Mapping CreateMap<CommentServiceModel, CommentWebModel>(); CreateMap<CommentWebModel, CommentServiceModel>(); } - } -}
\ No newline at end of file + } +} |
