Skip to content

Commit 08913f1

Browse files
committed
Fix spacing
1 parent 9e1f930 commit 08913f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NHibernate.Test/NHSpecificTest/GH2559/FixtureByCode.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ public void TestQueryCachingWithThenFetchMany()
118118
.Query<Person>()
119119
.FetchMany(p => p.Children)
120120
.ThenFetchMany(ch => ch.Pets)
121-
.FetchMany(p => p.Cars) as IQueryable<Person>
122-
;
121+
.FetchMany(p => p.Cars) as IQueryable<Person>;
123122

124123
query = query.WithOptions(opt =>
125124
opt.SetCacheable(true)

0 commit comments

Comments
 (0)