diff options
| author | inspectredc <inspectredc@gmail.com> | 2024-04-19 00:38:45 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2024-04-18 18:01:21 -0600 |
| commit | 8abeb379e42af05adb1fef7a9625f37037b767d8 (patch) | |
| tree | dc96248ae18120cb2e2030a11782a60930235d12 | |
| parent | 056c6bfbcc19c1fa704b0063a03e158190d955b3 (diff) | |
fix indent
| -rw-r--r-- | src/Companion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index a001922..5703078 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -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; |
