Skip to content

Commit 4502b1d

Browse files
committed
Normalised line endings.
1 parent e00bf4d commit 4502b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FluentNHibernate/Mapping/ClasslikeMapBase.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ public OneToManyPart<TChild> HasMany<TChild>(Expression<Func<T, object>> memberE
335335
/// <example>
336336
/// HasMany(x => x.Locations);
337337
/// </example>
338-
public MapBuilder<TKey, TValue> HasMany<TKey, TValue>(Expression<Func<T, IDictionary<TKey, TValue>>> memberExpression) {
338+
public MapBuilder<TKey, TValue> HasMany<TKey, TValue>(Expression<Func<T, IDictionary<TKey, TValue>>> memberExpression)
339+
{
339340
return HasManyMap(memberExpression);
340341
}
341342

0 commit comments

Comments
 (0)