diff --git a/DepotDownloader/ContentDownloader.cs b/DepotDownloader/ContentDownloader.cs index d24a1f50..d60ccca0 100644 --- a/DepotDownloader/ContentDownloader.cs +++ b/DepotDownloader/ContentDownloader.cs @@ -889,7 +889,7 @@ namespace DepotDownloader tasks[i] = task; } - await Task.WhenAll(tasks).ConfigureAwait(false);; + await Task.WhenAll(tasks).ConfigureAwait(false); ConfigStore.TheConfig.LastManifests[depot.id] = depot.manifestId; ConfigStore.Save();