From 8c4236fe77d344c5a1ea3bb0d01f2bc790325036 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Wichrowski?= Date: Thu, 1 May 2025 20:59:54 +0200 Subject: [PATCH] fix indentation --- tests/numerics/tensor_product_creator_01.cc | 2 +- tests/numerics/tensor_product_creator_02.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/numerics/tensor_product_creator_01.cc b/tests/numerics/tensor_product_creator_01.cc index bf30bc1227..501ab4a2ef 100644 --- a/tests/numerics/tensor_product_creator_01.cc +++ b/tests/numerics/tensor_product_creator_01.cc @@ -107,4 +107,4 @@ main() test<1>(); test<2>(); test<3>(); -} \ No newline at end of file +} diff --git a/tests/numerics/tensor_product_creator_02.cc b/tests/numerics/tensor_product_creator_02.cc index c8c8232091..225fd71421 100644 --- a/tests/numerics/tensor_product_creator_02.cc +++ b/tests/numerics/tensor_product_creator_02.cc @@ -52,4 +52,4 @@ main() test(1); test(3); -} \ No newline at end of file +} -- 2.39.5