Fix indent problems

This commit is contained in:
normalid 2024-07-24 13:09:21 +08:00
parent b24be96d04
commit fede6b3657
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public LegacyKeyCounterDisplay()
backgroundSprite = new Sprite
{
Anchor = Anchor.TopLeft,
Origin = Anchor.TopLeft,
Origin = Anchor.TopLeft,
},
KeyFlow = new FillFlowContainer<KeyCounter>
{