We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7756e14 commit d57f01dCopy full SHA for d57f01d
1 file changed
DepotDownloader/SubProcess.cs
@@ -259,7 +259,7 @@ await subprocess.StandardInput
259
}
260
case "AcceptDeviceConfirmation":
261
{
262
- var acceptDeviceConfirmation= await authenticator
+ var acceptDeviceConfirmation = await authenticator
263
.AcceptDeviceConfirmationAsync()
264
.ConfigureAwait(false);
265
await subprocess.StandardInput
@@ -272,7 +272,7 @@ await subprocess.StandardInput
272
273
internal static void SendMagicMessage(params object[] args)
274
275
- Console.WriteLine(string.Join(MagicMessageDelimiter, [MagicMessage, ..args]));
+ Console.WriteLine(string.Join(MagicMessageDelimiter, [MagicMessage, .. args]));
276
277
278
internal static string WaitForResponse()
0 commit comments