Убрана лишняя строчка.

This commit is contained in:
Павел Сорокин 2022-11-10 18:36:49 +04:00
parent 15f17de6aa
commit 3972db5683

View File

@ -66,7 +66,6 @@ namespace Liner
{
return false;
}
string bufferTextFromFile = "";
using (StreamReader sr = new(filename))
{
string str = sr.ReadLine();