mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
AK: Remove unnecessary clang-format off comments.
This commit is contained in:
parent
5ba2022b8e
commit
3fb62e8c63
2 changed files with 0 additions and 8 deletions
|
@ -30,14 +30,10 @@
|
|||
|
||||
namespace AK::Concepts {
|
||||
|
||||
// clang-format off
|
||||
|
||||
template<typename T>
|
||||
concept Integral = IsIntegral<T>::value;
|
||||
|
||||
template<typename T>
|
||||
concept FloatingPoint = IsFloatingPoint<T>::value;
|
||||
|
||||
// clang-format on
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue