From 05a88377e3d04c9c1a6a3c37845d30051b514041 Mon Sep 17 00:00:00 2001 From: chompDev <27521899+chompDev@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:13:49 +0000 Subject: [PATCH] .NET Format Style Fixes --- Benchmarks/MathUtilInterpBenchmarks.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Benchmarks/MathUtilInterpBenchmarks.cs b/Benchmarks/MathUtilInterpBenchmarks.cs index 12325185..9c25c43b 100644 --- a/Benchmarks/MathUtilInterpBenchmarks.cs +++ b/Benchmarks/MathUtilInterpBenchmarks.cs @@ -14,7 +14,6 @@ namespace Benchmarks private new List x = [1, 10, 20, 30, 40, 50, 60]; private new List y = [11000, 20000, 32000, 45000, 58000, 70000, 82000]; - [GlobalSetup] public void Setup() { @@ -26,6 +25,5 @@ namespace Benchmarks { _mathUtil.Interp1(input, x, y); } - } }