Fixed a small code formatting issue.

This commit is contained in:
Leon Styhre 2021-11-05 10:26:07 +01:00
parent 165da1a028
commit 1ed759aa47

View file

@ -42,8 +42,7 @@ std::unique_ptr<ScraperSearchHandle> startScraperSearch(const ScraperSearchParam
else {
LOG(LogDebug) << "Scraper::startScraperSearch(): Scraping system \""
<< params.system->getName()
<< (params.game->getType() == FOLDER ? "\", folder \"" :
"\", game file \"")
<< (params.game->getType() == FOLDER ? "\", folder \"" : "\", game file \"")
<< params.game->getFileName() << "\"";
scraper_request_funcs.at(name)(params, handle->mRequestQueue, handle->mResults);
}