mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-23 17:14:01 +00:00
Fix and normalize whitespace
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
using ElectronNET.API;
|
||||
using ElectronNET.Runtime.Data;
|
||||
|
||||
internal class SocketBridgeService : LifetimeServiceBase
|
||||
internal class SocketBridgeService : LifetimeServiceBase
|
||||
{
|
||||
private readonly int socketPort;
|
||||
private readonly string socketUrl;
|
||||
@@ -53,4 +53,4 @@
|
||||
this.TransitionState(LifetimeState.Ready);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user