From 33f78dfff51e34b9e7f627e632247ac51fb8f5a2 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Thu, 27 Apr 2023 20:44:52 +0300 Subject: [PATCH] Fix formatting Fixes #426 --- DepotDownloader/ContentDownloader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index a46eb3a4..18e19bbe 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -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;