Skip to content

Commit 050c31c

Browse files
committed
Removed whitespace
1 parent 6c2b1fa commit 050c31c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ElectronNET.API/Runtime/Services/ElectronProcess/ElectronProcessActive.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private async Task StartInternal(string startCmd, string args, string directoriy
162162
{
163163
var tcs = new TaskCompletionSource();
164164
using var cts = new CancellationTokenSource(2 * 60_000); // cancel after 2 minutes
165-
using var _ = cts.Token.Register(() =>
165+
using var _ = cts.Token.Register(() =>
166166
{
167167
// Time is over - let's kill the process and move on
168168
this.process.Cancel();
@@ -196,7 +196,7 @@ void Monitor_SocketIO_Failure(object sender, EventArgs e)
196196
}
197197
else
198198
{
199-
tcs.SetResult();
199+
tcs.SetResult();
200200
}
201201
}
202202

@@ -223,7 +223,7 @@ void Monitor_SocketIO_Failure(object sender, EventArgs e)
223223
}
224224
else
225225
{
226-
this.TransitionState(LifetimeState.Ready);
226+
this.TransitionState(LifetimeState.Ready);
227227
}
228228
}
229229
catch (Exception ex)

0 commit comments

Comments
 (0)