Simplify 'default' expression (IDE0034)
This commit is contained in:
committed by
Matthias Mailänder
parent
02d9ba020d
commit
858d782af1
@@ -327,7 +327,7 @@ namespace OpenRA
|
||||
{
|
||||
var inherited = new Dictionary<string, MiniYamlNode.SourceLocation>
|
||||
{
|
||||
{ kv.Key, default(MiniYamlNode.SourceLocation) }
|
||||
{ kv.Key, default }
|
||||
};
|
||||
|
||||
var children = ResolveInherits(kv.Value, tree, inherited);
|
||||
|
||||
Reference in New Issue
Block a user