1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:42:58 +08:00

Remove unneeded parens

This commit is contained in:
smoogipoo 2017-10-05 14:33:49 +09:00
parent 0a9d23b4ba
commit 7926757898

View File

@ -73,7 +73,7 @@ namespace osu.Game.Tests.Visual
{ {
Anchor = Anchor.Centre, Anchor = Anchor.Centre,
Origin = Anchor.Centre, Origin = Anchor.Centre,
Text = $"Resolution: {(1f / i):0.00}" Text = $"Resolution: {1f / i:0.00}"
} }
} }
} }