Skip to content

Commit 5f143fa

Browse files
committed
Fix whitespaces
1 parent caa7bcb commit 5f143fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/NHibernate/Loader/Criteria/CriteriaQueryTranslator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,8 +778,8 @@ public IType GetTypeUsingProjection(ICriteria subcriteria, string propertyName)
778778

779779
if (projectionTypes == null)
780780
{
781-
//it does not refer to an alias of a projection, look for a property
782-
return GetType(subcriteria, propertyName);
781+
//it does not refer to an alias of a projection, look for a property
782+
return GetType(subcriteria, propertyName);
783783
}
784784
else
785785
{

0 commit comments

Comments
 (0)