mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
*: luacheck fixes (#8368)
These weren't caught during the Japanese support plugin review. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
This commit is contained in:
@@ -811,7 +811,7 @@ function ReaderDictionary:startSdcv(word, dict_names, fuzzy_search)
|
||||
end
|
||||
end
|
||||
|
||||
lookup_cancelled, results = self:rawSdcv(words, dict_names, fuzzy_search, self.lookup_progress_msg or false)
|
||||
local lookup_cancelled, results = self:rawSdcv(words, dict_names, fuzzy_search, self.lookup_progress_msg or false)
|
||||
if results == nil then -- no dictionaries found
|
||||
return {
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user