Skip to content

Commit 0dd7fc0

Browse files
committed
Line endings.
1 parent 967db3d commit 0dd7fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/DialectTest/LockHintAppenderFixture.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public void SetUp()
1717
_appender = new MsSql2000Dialect.LockHintAppender(new MsSql2000Dialect(), new Dictionary<string, LockMode> { {"person", LockMode.Upgrade} });
1818
}
1919

20-
[Test]
20+
[Test]
2121
public void AppendHintToSingleTableAlias()
2222
{
2323
const string expectedQuery1 = "select * from Person person with (updlock, rowlock)";

0 commit comments

Comments
 (0)