Skip to content

Commit 158f8c2

Browse files
committed
formatting
1 parent d7a316d commit 158f8c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libmamba/include/mamba/util/synchronized_value.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ namespace mamba::util
8383

8484
/** Locks multiple mutex objects using the most constrained sharing lock available for that
8585
mutex type.
86-
@returns A tuple of scoped locking objects, one for each mutex. The exact types depends on the
87-
mutex types.
86+
@returns A tuple of scoped locking objects, one for each mutex. The exact types depends on
87+
the mutex types.
8888
*/
8989
template <Mutex... M>
9090
requires(sizeof...(M) > 1)
@@ -129,7 +129,7 @@ namespace mamba::util
129129
namespace details
130130
{
131131
template <typename T>
132-
T& ref_of(); // used only in non-executed contexts
132+
T& ref_of(); // used only in non-executed contexts
133133
}
134134

135135
/** Scoped locking type that would result from locking the provided mutex in the most

0 commit comments

Comments
 (0)