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] committed Nov 9, 2024
1 parent 27c9e73 commit 3635921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/functions/lua_functions_loader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Lua {
return static_cast<T>(number);
}

return T{};
return T {};
}

template <typename T>
Expand Down

0 comments on commit 3635921

Please sign in to comment.