[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-07-19 08:50:13 +00:00 committed by xiaoyifang
parent 07a477dd8b
commit a15cf53b84

View file

@ -173,7 +173,7 @@ void makeFTSIndex( BtreeIndexing::BtreeDictionary * dict, QAtomicInt & isCancell
auto totalLength = db.get_total_length();
qDebug() << "xapian database total length(compact):" << totalLength;
}
db.close();
Utils::Fs::removeDirectory( dict->ftsIndexName() + "_temp" );