Fix formatting

Fixes #426
This commit is contained in:
Pavel Djundik
2023-04-27 20:44:52 +03:00
committed by GitHub
parent 792e77d91f
commit 33f78dfff5

View File

@@ -731,7 +731,7 @@ namespace DepotDownloader
{
var depotCounter = new DepotDownloadCounter();
Console.WriteLine("Processing depot {0} - {1}", depot.id);
Console.WriteLine("Processing depot {0}", depot.id);
ProtoManifest oldProtoManifest = null;
ProtoManifest newProtoManifest = null;