Skip to content

Commit 7e1d73e

Browse files
committed
fix
1 parent 1649840 commit 7e1d73e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/NHibernate/Linq/GroupBy/AggregatingGroupByRewriter.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public static class AggregatingGroupByRewriter
4141
typeof (AllResultOperator),
4242
typeof (TimeoutResultOperator),
4343
typeof (CacheableResultOperator),
44-
typeof (LockResultOperator), };
44+
typeof (LockResultOperator),
45+
};
4546

4647
public static void ReWrite(QueryModel queryModel)
4748
{

0 commit comments

Comments
 (0)