Skip to content

Commit 24ea407

Browse files
committed
formatting
1 parent 53bbf5d commit 24ea407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libmamba/include/mamba/util/synchronized_value.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ namespace mamba::util
442442
*/
443443
auto operator==(const std::equality_comparable_with<T> auto& other_value) const -> bool;
444444

445-
/** Locks both (shared if possible) and compare equality of the stored object's value with the
446-
provided value.
445+
/** Locks both (shared if possible) and compare equality of the stored object's value with
446+
the provided value.
447447
*/
448448
template <std::equality_comparable_with<T> U, Mutex OtherMutex>
449449
auto operator==(const synchronized_value<U, OtherMutex>& other_value) const -> bool;

0 commit comments

Comments
 (0)