style: format code with dotnet-format

This commit fixes the style issues introduced in a7eeacf according to the output
from dotnet-format.

Details: None
This commit is contained in:
deepsource-autofix[bot]
2024-10-08 17:47:49 +00:00
committed by GitHub
parent a7eeacf8cb
commit 838f664862
+3 -3
View File
@@ -83,10 +83,10 @@ public class Frama : AbstractBase
<<<<<<< HEAD
protected override double Calculation()
{
ManageState(Input.IsNew);
{
ManageState(Input.IsNew);
_buffer.Add(Input.Value, Input.IsNew);
_buffer.Add(Input.Value, Input.IsNew);
=======
double n1 = (hh - ll) / _period;
double n2 = (hh1 - ll1 + hh2 - ll2) / (_period / 2);