From a360b4734870a4195426a0088fb9eed33e321421 Mon Sep 17 00:00:00 2001 From: MasterLaplace Date: Mon, 14 Oct 2024 23:01:04 -0400 Subject: [PATCH] fix: add newline berfore EOF in Spawned.hpp --- .github/workflows/cpp_norm_checker.yml | 3 --- .../Engine/EntityComponentSystem/Components/Common/Spawned.hpp | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/cpp_norm_checker.yml b/.github/workflows/cpp_norm_checker.yml index dc1e4dce..07fa08f4 100644 --- a/.github/workflows/cpp_norm_checker.yml +++ b/.github/workflows/cpp_norm_checker.yml @@ -4,9 +4,6 @@ on: push: branches: - '*' - pull_request: - branches: - - '*' jobs: build: diff --git a/Flakkari/Engine/EntityComponentSystem/Components/Common/Spawned.hpp b/Flakkari/Engine/EntityComponentSystem/Components/Common/Spawned.hpp index 3fc4fdf9..28804655 100644 --- a/Flakkari/Engine/EntityComponentSystem/Components/Common/Spawned.hpp +++ b/Flakkari/Engine/EntityComponentSystem/Components/Common/Spawned.hpp @@ -38,4 +38,4 @@ struct Spawned { PACKED_END } // namespace Flakkari::Engine::ECS::Components::Common -#endif /* !SPAWNED_HPP_ */ \ No newline at end of file +#endif /* !SPAWNED_HPP_ */