clang format fix

This commit is contained in:
georgemoralis 2024-03-26 19:51:10 +02:00
parent 489dd2c8fc
commit 9d4149f006
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const SymbolRecord* SymbolsResolver::FindSymbol(const SymbolResolver& s) const {
} }
} }
//LOG_INFO(Core_Linker, "Unresolved! {}", name); // LOG_INFO(Core_Linker, "Unresolved! {}", name);
return nullptr; return nullptr;
} }