minor component formatting

This commit is contained in:
Green Sky 2023-07-22 22:36:47 +02:00
parent b0ac85e4f1
commit 9511f9ed06
No known key found for this signature in database

View File

@ -8,6 +8,7 @@
struct ContactModel3I; struct ContactModel3I;
namespace Contact::Components { namespace Contact::Components {
struct TagSelfWeak {}; struct TagSelfWeak {};
struct TagSelfStrong {}; struct TagSelfStrong {};
struct TagBig {}; struct TagBig {};
@ -54,7 +55,7 @@ namespace Contact::Components {
// last seen (not disconnected?) // last seen (not disconnected?)
}; } // Contact::Components
#include "./components_id.inl" #include "./components_id.inl"