mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-11 11:18:46 +00:00
Fix and normalize whitespace
This commit is contained in:
@@ -12,7 +12,9 @@ namespace ElectronNET.API
|
||||
private static GlobalShortcut _globalShortcut;
|
||||
private static object _syncRoot = new object();
|
||||
|
||||
internal GlobalShortcut() { }
|
||||
internal GlobalShortcut()
|
||||
{
|
||||
}
|
||||
|
||||
internal static GlobalShortcut Instance
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user