From 0aa834c5c3e50d160797ddda504dad2fbbd7fcaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20KUBLER?= <gregoire.kubler@proton.me> Date: Mon, 18 Mar 2024 17:24:18 +0100 Subject: [PATCH] chore : format --- unit_tests/recipes/Test_removeFlatten.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unit_tests/recipes/Test_removeFlatten.cpp b/unit_tests/recipes/Test_removeFlatten.cpp index feb982fdf..84157f0c2 100644 --- a/unit_tests/recipes/Test_removeFlatten.cpp +++ b/unit_tests/recipes/Test_removeFlatten.cpp @@ -31,7 +31,8 @@ TEST_CASE("[cpu/recipies] RemoveFlatten", "[RemoveFlatten][recipies]") { std::shared_ptr<Node> fc1 = FC(10, 10, "FC_2"); std::shared_ptr<Node> prod = Producer(std::array<DimSize_t, 10>(), "myProd"); - SECTION("flatten last layer : nothing removed because pattern searched is Flatten=>FC") { + SECTION("flatten last layer : nothing removed because pattern searched is " + "Flatten=>FC") { std::shared_ptr<Aidge::GraphView> g = Sequential({fc0, flatten}); removeFlatten(g); -- GitLab