Skip to content

Commit 6fa619f

Browse files
author
Tomas Lukac
committed
fix source analyse test
1 parent a696b45 commit 6fa619f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/Linq/CustomExtensionsExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static TimeSpan GetTime(this DateTime dateTime)
3131

3232
public class MyLinqToHqlGeneratorsRegistry : DefaultLinqToHqlGeneratorsRegistry
3333
{
34-
public MyLinqToHqlGeneratorsRegistry() : base()
34+
public MyLinqToHqlGeneratorsRegistry()
3535
{
3636
RegisterGenerator(ReflectHelper.GetMethodDefinition(() => MyLinqExtensions.IsLike(null, null)),
3737
new IsLikeGenerator());

0 commit comments

Comments
 (0)