Remove unneeded parens

This commit is contained in:
smoogipoo 2017-10-05 14:33:49 +09:00
parent 0a9d23b4ba
commit 7926757898
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public TestCaseWaveform()
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Text = $"Resolution: {(1f / i):0.00}"
Text = $"Resolution: {1f / i:0.00}"
}
}
}