Skip to content

Commit 041d47e

Browse files
committed
fix a formatting issue
1 parent 4117735 commit 041d47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/beman/execution/detail/sched_attrs.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class sched_attrs {
2424

2525
public:
2626
template <typename S>
27-
requires (not ::std::same_as<sched_attrs, ::std::remove_cvref_t<S>>)
27+
requires(not ::std::same_as<sched_attrs, ::std::remove_cvref_t<S>>)
2828
explicit sched_attrs(S&& s) : sched(::std::forward<S>(s)) {}
2929

3030
template <typename Tag>

0 commit comments

Comments
 (0)