From ecdd5166c248a5a60f36be75d55e2cbbf88d7c6a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 30 Jul 2023 08:15:14 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/dict/loaddictionaries.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/dict/loaddictionaries.cc b/src/dict/loaddictionaries.cc index 56aae77d..4c613ce7 100644 --- a/src/dict/loaddictionaries.cc +++ b/src/dict/loaddictionaries.cc @@ -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