Vasina E.S. Lab7 #11

Closed
Kate wants to merge 5 commits from LabWork07 into LabWork06
Showing only changes of commit 94d75570c4 - Show all commits

View File

@ -105,7 +105,7 @@ namespace ProjectMachine
f.Write($"MapsCollection{Environment.NewLine}");
foreach (var storage in _mapStorages)
{
f.Write($"{storage.Key}{separatorDict}{storage.Value.GetData(separatorDict,separatorData)}{Environment.NewLine}");
f.Write($"{storage.Key}{separatorDict}{storage.Value.GetData(separatorDict, separatorData)}{Environment.NewLine}");
}
}
}