From a4339ea4b5c331cf835937488aa15c6332298df0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 12 Mar 2026 07:00:18 +0100 Subject: [CHORE] Ran format.sh Signed-off-by: Amlal El Mahrouss --- test/rope_test/crope.pred2.test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/rope_test/crope.pred2.test.cpp') diff --git a/test/rope_test/crope.pred2.test.cpp b/test/rope_test/crope.pred2.test.cpp index 9b9b333..7587b86 100644 --- a/test/rope_test/crope.pred2.test.cpp +++ b/test/rope_test/crope.pred2.test.cpp @@ -19,11 +19,11 @@ using namespace boost; BOOST_AUTO_TEST_CASE(rope_should_succeed_in_concat) { - auto rope = tproc::crope("Exact"); + auto rope = tproc::crope("Exact"); auto next_rope = std::make_unique(" Sentence"); - auto rope_2 = rope.concat(next_rope.get()); + auto rope_2 = rope.concat(next_rope.get()); std::cout << "Result: " << rope << std::endl; - BOOST_TEST(rope.to_string() == "Exact Sentence"); + BOOST_TEST(rope.to_string() == "Exact Sentence"); } -- cgit v1.2.3