From 838f66486202cf7a423c9c66e1bc575d9d726a37 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:47:49 +0000 Subject: [PATCH] style: format code with dotnet-format This commit fixes the style issues introduced in a7eeacf according to the output from dotnet-format. Details: None --- lib/averages/Frama.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/averages/Frama.cs b/lib/averages/Frama.cs index a7de9b6c..89733302 100644 --- a/lib/averages/Frama.cs +++ b/lib/averages/Frama.cs @@ -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);