mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-08 07:16:33 -05:00
fix: clang format
This commit is contained in:
@@ -18,9 +18,9 @@ namespace ranges {
|
||||
|
||||
template <typename T>
|
||||
concept range = requires(T& t) {
|
||||
begin(t);
|
||||
end(t);
|
||||
};
|
||||
begin(t);
|
||||
end(t);
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
concept input_range = range<T>;
|
||||
|
Reference in New Issue
Block a user