mirror of
https://github.com/ppy/osu
synced 2024-12-11 01:19:26 +00:00
Remove unneeded parens
This commit is contained in:
parent
0a9d23b4ba
commit
7926757898
@ -73,7 +73,7 @@ namespace osu.Game.Tests.Visual
|
||||
{
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Text = $"Resolution: {(1f / i):0.00}"
|
||||
Text = $"Resolution: {1f / i:0.00}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user