fix indent

This commit is contained in:
inspectredc
2024-04-18 18:01:21 -06:00
committed by Lywx
parent 056c6bfbcc
commit 8abeb379e4
+1 -1
View File
@@ -611,7 +611,7 @@ void Companion::Process() {
SPDLOG_INFO("Version: {}", this->gCartridge->GetVersion());
SPDLOG_INFO("Country: [{}]", this->gCartridge->GetCountryCode());
SPDLOG_INFO("Hash: {}", this->gCartridge->GetHash());
SPDLOG_INFO("Assets: {}", this->gAssetPath);
SPDLOG_INFO("Assets: {}", this->gAssetPath);
AudioManager::Instance = new AudioManager();
auto wrapper = this->gConfig.exporterType == ExportType::Binary ? new SWrapper(this->gConfig.outputPath) : nullptr;