Formatting

This commit is contained in:
2024-07-07 17:08:51 -04:00
parent 2d4d213b34
commit 7e8a04b1c8
2 changed files with 2 additions and 6 deletions

View File

@@ -13,6 +13,4 @@ namespace fgl::engine
virtual ~ComponentImGuiInterface() = default;
};
}
} // namespace fgl::engine

View File

@@ -7,7 +7,6 @@
namespace fgl::engine
{
struct GameObjectComponentBase
{
using ComponentID = std::uint8_t;
@@ -17,5 +16,4 @@ namespace fgl::engine
virtual ~GameObjectComponentBase() = default;
};
}
} // namespace fgl::engine