misc: remove extra newline in VMA.hpp

also test CI
This commit is contained in:
2024-07-15 18:26:28 +02:00
parent d0105fffe2
commit e0fd22a667

View File

@@ -24,7 +24,6 @@ public:
VMA &operator=(const VMA &) = delete;
VMA &operator=(VMA &&) = delete;
/// Map all higher-half pages into the address space
/// By linking them to same entries as kernel
void map_kern();