Adjust to a 4 space standard
This commit is contained in:
@@ -183,7 +183,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
type = type.Replace("text", "");
|
||||
}
|
||||
|
||||
build += $" .{type} = {candidate.Value}\n";
|
||||
build += $" .{type} = {candidate.Value}\n";
|
||||
foreach (var node in candidate.Nodes)
|
||||
node.Value.Value = $"{key}.{type}";
|
||||
}
|
||||
|
||||
@@ -214,7 +214,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
foreach (var candidate in grouping)
|
||||
{
|
||||
var type = candidate.Key;
|
||||
build += $" .{type} = {candidate.Value}\n";
|
||||
build += $" .{type} = {candidate.Value}\n";
|
||||
|
||||
foreach (var node in candidate.Nodes)
|
||||
node.Value.Value = $"{key}.{type}";
|
||||
|
||||
Reference in New Issue
Block a user