Small fixes + use utf-8 in projects

This commit is contained in:
Simon Lübeß
2024-06-30 13:38:37 +02:00
parent 134d9399f7
commit 0f738b2264
15 changed files with 118 additions and 5 deletions

View File

@ -6,7 +6,7 @@
{
if (list.Count == 0)
{
throw new ArgumentException("List cannot be emtpy: ", nameof(list));
yield break;
}
if (n <= 0)
{