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 Jun 24, 2024
1 parent 842f207 commit 2bee715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/configmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ConfigManager &ConfigManager::getInstance() {

bool ConfigManager::load() {
lua_State* L = luaL_newstate();
if (!L) {
if (!L) {
throw std::ios_base::failure("Failed to allocate memory");
}

Expand Down

0 comments on commit 2bee715

Please sign in to comment.