From 7c56a75c9a86d6d646f2290ae5a62c811935fb7a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 24 Feb 2026 05:40:10 +0100 Subject: chore: examples: ran format command. Signed-off-by: Amlal El Mahrouss --- example/simple_example/example.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/simple_example/example.cpp') diff --git a/example/simple_example/example.cpp b/example/simple_example/example.cpp index fdcd638..70c073a 100644 --- a/example/simple_example/example.cpp +++ b/example/simple_example/example.cpp @@ -17,9 +17,9 @@ using namespace boost; int main() { - auto rope = tproc::crope("The Quick Brown Fox Jumps Over The Lazy Dog"); + auto rope = tproc::crope("The Quick Brown Fox Jumps Over The Lazy Dog"); auto new_elem = std::make_unique(", and Jumps again."); - + rope.concat(new_elem.get()); std::cout << *++rope << std::endl; -- cgit v1.2.3