Skip to content

Commit a21a150

Browse files
committed
FieldAccessor.cs: Fix EOL.
1 parent fe56c23 commit a21a150

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/NHibernate/Properties/FieldAccessor.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using System;
2-
using System.Collections;
3-
using System.Reflection;
4-
using System.Reflection.Emit;
5-
using NHibernate.Engine;
1+
using System;
2+
using System.Collections;
3+
using System.Reflection;
4+
using System.Reflection.Emit;
5+
using NHibernate.Engine;
66
using NHibernate.Util;
77

88
namespace NHibernate.Properties
@@ -328,4 +328,4 @@ public void Emit(ILGenerator il)
328328
}
329329
}
330330
}
331-
}
331+
}

0 commit comments

Comments
 (0)