Skip to content

Commit

Permalink
Code format - (Clang-format)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and lgrossi committed Aug 12, 2023
1 parent 0777b02 commit c6c97f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/io/io_bosstiary.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class IOBosstiary {
return inject<IOBosstiary>();
}


void loadBoostedBoss();

void addBosstiaryMonster(uint32_t raceId, const std::string &name);
Expand Down
2 changes: 1 addition & 1 deletion src/lib/di/container.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DI final {
* complex legacy contexts.
*/
template <typename Type>
inline Type& inject() {
inline Type &inject() {
return DI::get<Type>();
}

Expand Down

0 comments on commit c6c97f5

Please sign in to comment.