mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Run dotnet format
This commit is contained in:
@@ -90,7 +90,7 @@ namespace BTCPayServer
|
||||
}
|
||||
});
|
||||
}
|
||||
catch(Exception ex) { tcs.TrySetException(ex); }
|
||||
catch (Exception ex) { tcs.TrySetException(ex); }
|
||||
})
|
||||
{ IsBackground = true }.Start();
|
||||
return tcs.Task;
|
||||
@@ -110,7 +110,7 @@ namespace BTCPayServer
|
||||
{
|
||||
if (sshClient == null)
|
||||
throw new ArgumentNullException(nameof(sshClient));
|
||||
|
||||
|
||||
TaskCompletionSource<bool> tcs = new TaskCompletionSource<bool>(TaskCreationOptions.RunContinuationsAsynchronously);
|
||||
new Thread(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user