Fix codestyle

This commit is contained in:
Shauren
2024-12-16 12:04:14 +01:00
parent b74d463e83
commit bd6b0d63d9
+1 -1
View File
@@ -57,7 +57,7 @@ template <typename To, typename From,
#ifndef __cpp_lib_ranges_contains
#include <functional> // for std::ranges::equal_to, std::identity
#include <iterator> // for std::input_iterator, std::sentinel_for, std::projected
#endif
#endif
namespace advstd::ranges
{