Skip to content

Commit ca5f105

Browse files
arika0093github-actions[bot]
authored andcommitted
[skip-ci] chore: format code with csharpier
1 parent ac5d2ae commit ca5f105

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

examples/Linqraft.Benchmark/InMemoryQueryAotBenchmark.cs

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -172,15 +172,16 @@ public int Linqraft_AutoGeneratedDto()
172172
s.Id,
173173
s.Foo,
174174
s.Bar,
175-
Childs = s.Childs.SelectExpr<SampleChildClass, InMemoryQueryAotLinqraftSampleChildClassDto>(
176-
c => new
177-
{
178-
c.Id,
179-
c.Baz,
180-
ChildId = c.Child?.Id,
181-
ChildQux = c.Child?.Qux,
182-
}
183-
),
175+
Childs = s.Childs.SelectExpr<
176+
SampleChildClass,
177+
InMemoryQueryAotLinqraftSampleChildClassDto
178+
>(c => new
179+
{
180+
c.Id,
181+
c.Baz,
182+
ChildId = c.Child?.Id,
183+
ChildQux = c.Child?.Qux,
184+
}),
184185
Child2Id = s.Child2?.Id,
185186
Child2Quux = s.Child2?.Quux,
186187
Child3Id = s.Child3.Id,

0 commit comments

Comments
 (0)