style: format code with dotnet-format (#31)

This commit is contained in:
Miha Kralj
2024-10-08 10:48:47 -07:00
committed by GitHub
+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);