Code cleanup

This commit is contained in:
2025-03-25 22:04:01 -04:00
parent a12ba4c931
commit 5cdc726b2f

View File

@@ -5,7 +5,6 @@ namespace MarketData
{ {
public class CommandArgs : Dictionary<String,NVP> public class CommandArgs : Dictionary<String,NVP>
{ {
// While the commands are converted to uppercase care must be taken to preserve the case of the arguments. // While the commands are converted to uppercase care must be taken to preserve the case of the arguments.
public CommandArgs(String[] args) public CommandArgs(String[] args)
{ {