This commit is contained in:
GitHub Actions Autoformatter 2024-10-17 12:27:43 +00:00
Родитель ec81cc6aa9
Коммит 0430fcf54a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@ namespace DisposeTaggedPointersTestApp {
return 0;
}
default:
Console.WriteLine ($"❌ Unknown test case: {testCaseString }");
Console.WriteLine ($"❌ Unknown test case: {testCaseString}");
return 2;
}
}