Skip to content

Commit

Permalink
230419
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynab committed Apr 19, 2023
1 parent f8c02e9 commit 615a59e
Show file tree
Hide file tree
Showing 71 changed files with 63 additions and 9,262 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ private static IEnumerable<string> GenData(byte quantity)
{
for (var i = 0; i < quantity; i++)
{
yield return i % 2 == 0
yield return i % 2 is 0
? new JsonTestDto
{
Id = NewGuid(),
Expand Down
Loading

0 comments on commit 615a59e

Please sign in to comment.