formatting

This commit is contained in:
Shannon
2019-10-17 21:05:27 +11:00
parent 406ac131a2
commit 4a7c73993b

View File

@@ -343,7 +343,8 @@ namespace Umbraco.Core.Mapping
if (ctor == null) return null;
_ctors.AddOrUpdate(sourceType, sourceCtor, (k, v) => {
_ctors.AddOrUpdate(sourceType, sourceCtor, (k, v) =>
{
// Add missing constructors
foreach (var c in sourceCtor)
{