summaryrefslogtreecommitdiffhomepage
path: root/src/kernel/NeKit/Domain.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-22 23:48:51 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-22 23:48:51 +0100
commitee3b7c3b8d1072e2ff424046b2835831b6d57ec5 (patch)
tree6eec2a9209607db67c560648f0c7e48d4b517587 /src/kernel/NeKit/Domain.h
parentc965bc54982d6b90ae91edd3bb1103a8d356e59a (diff)
chore: ran format.sh
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/NeKit/Domain.h')
-rw-r--r--src/kernel/NeKit/Domain.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/NeKit/Domain.h b/src/kernel/NeKit/Domain.h
index 376fd9d5..534d6901 100644
--- a/src/kernel/NeKit/Domain.h
+++ b/src/kernel/NeKit/Domain.h
@@ -14,9 +14,9 @@ template <class Type>
struct IsDefined final {
using ResultType = Type;
using ResultTypeRef = Type&;
- using TypeRef = ResultTypeRef;
- using ConstType = const Type&;
- using TypePtr = Type*;
+ using TypeRef = ResultTypeRef;
+ using ConstType = const Type&;
+ using TypePtr = Type*;
static constexpr bool kValue = true;
};