fix: 移除多余声明

This commit is contained in:
amzxyz
2026-01-10 18:32:08 +08:00
parent 64dd3a8e6c
commit 0673f3fab2
2 changed files with 0 additions and 3 deletions

View File

@@ -31256,9 +31256,7 @@ hyundai hyundai
I I
I'd I'd
I'll I'll
i'm i'm
I'm I'm
i've i've
I've I've
i.e. i.e
i18n i18n

View File

@@ -152,7 +152,6 @@ local function restore_sentence_spacing(cand, split_pattern, check_pattern)
table.insert(parts, sub(text, current_s, chunk_end))
end
local new_text = table.concat(parts, " ")
local new_text = ""
for i, part in ipairs(parts) do
if i == 1 then