fix CA1834

pull/456/head
Antoine Rybacki 2 years ago
parent 43e0cccd47
commit 5077640cf2

@ -1,4 +1,4 @@
using System;
using System;
using System.Diagnostics.Tracing;
using System.Text;
@ -35,7 +35,7 @@ namespace DepotDownloader
}
}
sb.Append(")");
sb.Append(')');
Console.WriteLine(sb.ToString());
}
}

Loading…
Cancel
Save