Skip to content

Commit db414f7

Browse files
committed
Configuration: Line endings.
1 parent ee58820 commit db414f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Cfg/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ public NamedXmlDocument LoadMappingDocument(XmlReader hbmReader, string name)
18081808
{
18091809
var hbmDocument = new XmlDocument();
18101810
hbmDocument.Load(reader);
1811-
return new NamedXmlDocument(name, hbmDocument);
1811+
return new NamedXmlDocument(name, hbmDocument);
18121812
}
18131813
catch (MappingException)
18141814
{

0 commit comments

Comments
 (0)