Skip to content

Commit ba00854

Browse files
committed
Cleanup
1 parent 4a8a283 commit ba00854

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Clients/DotNET/Projections/ModelBound/FromDefinitionExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ internal static void AutoMapMatchingProperties(this FromDefinition fromDefinitio
166166
{
167167
var modelPropertyPath = new PropertyPath(modelProperty.Name);
168168
var modelPropertyName = namingPolicy.GetPropertyName(modelPropertyPath);
169-
169+
170170
// Skip if the property already has an explicit mapping (including operation mappings)
171171
if (fromDefinition.Properties.ContainsKey(modelPropertyName))
172172
{
173173
continue;
174174
}
175-
175+
176176
var eventPropertyPath = new PropertyPath(eventProperty.Name);
177177
fromDefinition.Properties[modelPropertyName] = namingPolicy.GetPropertyName(eventPropertyPath);
178178
}

0 commit comments

Comments
 (0)