Change spaces to tabs.

To follow code style.
This commit is contained in:
RoosterDragon
2022-09-19 10:48:54 +01:00
committed by abcdefg30
parent 3f106bef72
commit 70c2ec15d3
7 changed files with 13 additions and 12 deletions

View File

@@ -52,9 +52,9 @@ namespace OpenRA.Mods.Common.Widgets.Logic
return "";
return $"&sysinfoversion={SystemInformationVersion}&"
+ GetSystemInformation()
.Select(kv => kv.Key + "=" + Uri.EscapeDataString(kv.Value.Value))
.JoinWith("&");
+ GetSystemInformation()
.Select(kv => kv.Key + "=" + Uri.EscapeDataString(kv.Value.Value))
.JoinWith("&");
}
[ObjectCreator.UseCtor]