mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
Fix sonar warnings, convert spaces -> tabs
This commit is contained in:
@@ -236,7 +236,7 @@ bool ModStateController::doInstallMod(QString modname, QString archivePath)
|
||||
// Remove .github folder from installed mod
|
||||
QDir githubDir(extractedDir.filePath(".github"));
|
||||
if (githubDir.exists())
|
||||
githubDir.removeRecursively();
|
||||
githubDir.removeRecursively();
|
||||
|
||||
//there are possible excessive files - remove them
|
||||
QString upperLevel = modDirName.section('/', 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user