Skip to content

Commit 280a03b

Browse files
bring format in line with original author
1 parent b13dcae commit 280a03b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SqlKata.Execution/QueryFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ private static IEnumerable<T> handleIncludes<T>(Query query, IEnumerable<T> resu
729729
.Select(x => x[include.LocalKey].ToString())
730730
.ToList();
731731

732-
if(!localIds.Any())
732+
if (!localIds.Any())
733733
{
734734
continue;
735735
}

0 commit comments

Comments
 (0)