mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-18 21:30:15 +10:00
Adopt new C# syntax for array init
This commit is contained in:
@@ -114,7 +114,7 @@ namespace WPinternals
|
||||
return;
|
||||
}
|
||||
|
||||
switch (args[1].ToLower().TrimStart(new char[] { '-', '/' }))
|
||||
switch (args[1].ToLower().TrimStart(['-', '/']))
|
||||
{
|
||||
#if DEBUG
|
||||
case "test":
|
||||
|
||||
Reference in New Issue
Block a user