Skip to content

Commit d6051cf

Browse files
committed
DefaultDynamicLazyFieldInterceptor.cs: Fix indenting.
1 parent 88bdad0 commit d6051cf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/NHibernate/Intercept/DefaultDynamicLazyFieldInterceptor.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ public object Intercept(InvocationInfo info)
5151
}
5252
}
5353

54-
object returnValue;
55-
try
56-
{
57-
returnValue = info.InvokeMethodOnTarget();
58-
}
59-
catch (TargetInvocationException ex)
60-
{
61-
throw ReflectHelper.UnwrapTargetInvocationException(ex);
62-
}
63-
return returnValue;
54+
object returnValue;
55+
try
56+
{
57+
returnValue = info.InvokeMethodOnTarget();
58+
}
59+
catch (TargetInvocationException ex)
60+
{
61+
throw ReflectHelper.UnwrapTargetInvocationException(ex);
62+
}
63+
return returnValue;
6464
}
6565
}
66-
}
66+
}

0 commit comments

Comments
 (0)