mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
Fixing blank lines
This commit is contained in:
@@ -27,7 +27,7 @@ namespace FancyZonesEditor
|
||||
{
|
||||
if (e.Args.Length > 1)
|
||||
{
|
||||
UInt16.TryParse(e.Args[1], out _idInitial);
|
||||
ushort.TryParse(e.Args[1], out _idInitial);
|
||||
}
|
||||
|
||||
LayoutModel foundModel = null;
|
||||
@@ -57,6 +57,7 @@ namespace FancyZonesEditor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (foundModel == null)
|
||||
{
|
||||
foundModel = _settings.DefaultModels[0];
|
||||
|
||||
Reference in New Issue
Block a user