[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2024-07-19 08:37:48 +00:00 committed by xiaoyifang
parent 4ce76b7894
commit 4c511bcbfa

View file

@ -113,7 +113,7 @@ void makeFTSIndex( BtreeIndexing::BtreeDictionary * dict, QAtomicInt & isCancell
for ( auto const & address : offsets ) {
//check every 1000 documents.
if(indexedDoc%1000 == 0){
if ( indexedDoc % 1000 == 0 ) {
auto totalLength = db.get_total_length();
qDebug() << "xapian database length:" << totalLength;
}