From fa65f8468ef7c9fdca9f988a43aea7a7083e215b Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Mon, 10 Jun 2024 22:16:50 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
---
 tests/Main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/Main.cpp b/tests/Main.cpp
index 3004309..0b66358 100644
--- a/tests/Main.cpp
+++ b/tests/Main.cpp
@@ -90,8 +90,8 @@ void CompareCurves(const curve1& c1, const curve2& c2,
     std::cout
         << errMsg
         << "CompareCurves, ERROR, time min and max of curves do not match ["
-        << T_min << "," << T_max << "] " << " and [" << c2.min() << ","
-        << c2.max() << "] " << std::endl;
+        << T_min << "," << T_max << "] "
+        << " and [" << c2.min() << "," << c2.max() << "] " << std::endl;
     error = true;
   } else {
     // derivative in T_min and T_max
-- 
GitLab