Skip to content

Commit

Permalink
style: apply linter
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 7, 2024
1 parent 8d0c2bd commit 7a5d15b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Flakkari/Protocol/PacketFactory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ class PacketFactory {
* @param entity Entity to get the components from.
*/
template <typename Id>
static void add2dToPacketByEntity(Packet<Id> &packet, Engine::ECS::Registry &registry,
Engine::ECS::Entity entity)
static void add2dToPacketByEntity(Packet<Id> &packet, Engine::ECS::Registry &registry, Engine::ECS::Entity entity)
{
auto transform = registry.getComponents<Engine::ECS::Components::_2D::Transform>()[entity];

Expand Down

0 comments on commit 7a5d15b

Please sign in to comment.