Code cleanup.
This commit is contained in:
committed by
teinarss
parent
7735107deb
commit
ee95d2591f
@@ -110,7 +110,7 @@ namespace OpenRA
|
||||
|
||||
value = args[i + 1];
|
||||
if (value == null)
|
||||
throw new ArgumentNullException("args", $"Expected the argument at index {i + 1} to be a non-null value");
|
||||
throw new ArgumentNullException(nameof(args), $"Expected the argument at index {i + 1} to be a non-null value");
|
||||
|
||||
argumentDictionary.Add(name, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user