Skip to content

Commit

Permalink
Format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yurvon-screamo authored Apr 10, 2024
1 parent 101073d commit 48c2b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ IQueryable<Tester> testers = default!;

testers = testers.Sort(new()
{
{ TesterSort.TesterProperty.IdProperty, SortMode.Asc },
{ TesterSort.TesterProperty.CommentProperty, SortMode.Desc },
{ MyTesterSorter.TesterProperty.IdProperty, SortMode.Asc },
{ MyTesterSorter.TesterProperty.CommentProperty, SortMode.Desc },
});
```

0 comments on commit 48c2b67

Please sign in to comment.