Fix IDE0071

This commit is contained in:
RoosterDragon
2023-02-19 12:34:29 +00:00
committed by Pavel Penev
parent 837c70f857
commit 3402031399
2 changed files with 4 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenRA
return obj is Hotkey o && (Hotkey?)o == this;
}
public override string ToString() { return $"{Key} {Modifiers.ToString("F")}"; }
public override string ToString() { return $"{Key} {Modifiers:F}"; }
public string DisplayString()
{