[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot] 2023-07-30 08:15:14 +00:00 committed by YiFang Xiao
parent 86eaf18121
commit ecdd5166c2

View file

@ -113,7 +113,7 @@ void LoadDictionaries::run()
dictionaries.insert( dictionaries.end(), hunspellDictionaries.begin(), hunspellDictionaries.end() );
}
//handle the custom dictionary name
//handle the custom dictionary name&fts option
for ( const auto & dict : dictionaries ) {
auto baseDir = dict->getContainingFolder();
if ( baseDir.isEmpty() )
@ -183,8 +183,6 @@ void LoadDictionaries::handlePath( Config::Path const & path )
#ifndef NO_EPWING_SUPPORT
addDicts( Epwing::makeDictionaries( allFiles, Config::getIndexDir().toStdString(), *this ) );
#endif
}
void LoadDictionaries::indexingDictionary( string const & dictionaryName ) noexcept