Skip to content

Commit

Permalink
fix: add newline berfore EOF in Spawned.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterLaplace committed Oct 15, 2024
1 parent 0415a41 commit a360b47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cpp_norm_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- '*'
pull_request:
branches:
- '*'

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ struct Spawned {
PACKED_END
} // namespace Flakkari::Engine::ECS::Components::Common

#endif /* !SPAWNED_HPP_ */
#endif /* !SPAWNED_HPP_ */

0 comments on commit a360b47

Please sign in to comment.