This commit is contained in:
nikbel2004@outlook.com 2023-11-29 01:42:58 +04:00
parent 1d003ace98
commit 38eb021ed4

View File

@ -72,8 +72,8 @@ namespace Tank
records.Append($"{elem?.GetDataForSave(_separatorForObject)}{_separatorRecords}");
}
data.AppendLine($"{record.Key}{_separatorForKeyValue}{records}");
}
if (data.Length == 0)
{
return false;