From 14ad9b9dbca0e67211dc87b263cbc30b349a6caf Mon Sep 17 00:00:00 2001 From: nerdspice <49222223+nerdspice@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:58:07 -0500 Subject: [PATCH] lint --- src/downloader.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/downloader.cpp b/src/downloader.cpp index 093932d..44984c3 100644 --- a/src/downloader.cpp +++ b/src/downloader.cpp @@ -3697,9 +3697,8 @@ void Downloader::getGameDetailsThread(Config config, const unsigned int& tid) if (conf.dlConf.bSaveChangelogs && game.changelog.empty()) game.changelog = Downloader::getChangelogFromJSON(gameDetailsJSON); - if (conf.dlConf.bSaveGameDetailsJson && game.gameDetailsJson.empty()) { + if (conf.dlConf.bSaveGameDetailsJson && game.gameDetailsJson.empty()) game.gameDetailsJson = gameDetailsJSON.toStyledString(); - } } game.makeFilepaths(conf.dirConf);