From 6e6d5068330e4909bae8f4a963f3e24cd71b7677 Mon Sep 17 00:00:00 2001
From: cont-integration <CI@iri.upc.edu>
Date: Wed, 22 Jan 2025 16:29:25 +0100
Subject: [PATCH] [skip ci] applied clang format

---
 test/gtest_motion_provider.cpp | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/test/gtest_motion_provider.cpp b/test/gtest_motion_provider.cpp
index bb4cc27a2..45d5e5b9c 100644
--- a/test/gtest_motion_provider.cpp
+++ b/test/gtest_motion_provider.cpp
@@ -116,8 +116,10 @@ TEST_F(MotionProviderTest, install)
 
 TEST_F(MotionProviderTest, duplicated_order)
 {
-    //try to install a processor with the same order --> throw
-    ASSERT_THROW(problem->installProcessor(sen, wolf_dir + "/test/yaml/processor_motion_provider_dummy2.yaml", {wolf_dir}), std::runtime_error);
+    // try to install a processor with the same order --> throw
+    ASSERT_THROW(
+        problem->installProcessor(sen, wolf_dir + "/test/yaml/processor_motion_provider_dummy2.yaml", {wolf_dir}),
+        std::runtime_error);
 }
 
 TEST_F(MotionProviderTest, odometry)
-- 
GitLab