From c1072d26257c6dd1cf079f166dc5a96b70d360b9 Mon Sep 17 00:00:00 2001 From: Wai-Shing Luk Date: Mon, 5 Feb 2024 18:39:14 +0800 Subject: [PATCH] apply fix-format --- include/py2cpp/range.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/py2cpp/range.hpp b/include/py2cpp/range.hpp index 90c269c..a09b0e8 100644 --- a/include/py2cpp/range.hpp +++ b/include/py2cpp/range.hpp @@ -48,8 +48,8 @@ namespace py { * * The `operator==` function checks if the current iterator is equal to another iterator. * - * @param[in] other `other` is a `RangeIterator` object that is being compared to the current - * iterator. + * @param[in] other `other` is a `RangeIterator` object that is being compared to the + * current iterator. * * @return The `operator==` function returns a boolean value indicating whether the two * iterators are equal.