Formatting: wrap and indent long argument lists
This commit is contained in:
committed by
abcdefg30
parent
d5ff5c672b
commit
227567dfe1
@@ -56,8 +56,13 @@ namespace OpenRA.Mods.Common.Traits
|
||||
{
|
||||
get
|
||||
{
|
||||
yield return new EnterAlliedActorTargeter<BuildingInfo>("RepairNear", 5, Info.EnterCursor, Info.EnterBlockedCursor,
|
||||
CanRepairAt, _ => ShouldRepair());
|
||||
yield return new EnterAlliedActorTargeter<BuildingInfo>(
|
||||
"RepairNear",
|
||||
5,
|
||||
Info.EnterCursor,
|
||||
Info.EnterBlockedCursor,
|
||||
CanRepairAt,
|
||||
_ => ShouldRepair());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user