add IEnum<T>.JoinWith, use it to clean up a bunch of things
This commit is contained in:
@@ -203,7 +203,7 @@ namespace OpenRA.Widgets
|
||||
else
|
||||
break;
|
||||
}
|
||||
return string.Join("\n", newLines.ToArray());
|
||||
return newLines.JoinWith("\n");
|
||||
}
|
||||
return text;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user