We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88bdad0 commit d6051cfCopy full SHA for d6051cf
src/NHibernate/Intercept/DefaultDynamicLazyFieldInterceptor.cs
@@ -51,16 +51,16 @@ public object Intercept(InvocationInfo info)
51
}
52
53
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;
+ object returnValue;
+ try
+ {
+ returnValue = info.InvokeMethodOnTarget();
+ }
+ catch (TargetInvocationException ex)
+ throw ReflectHelper.UnwrapTargetInvocationException(ex);
+ return returnValue;
64
65
66
-}
+}
0 commit comments