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 ac9de8d commit 34afb41
Showing 1 changed file with 1 addition and 1 deletion.
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 34afb41

Please sign in to comment.