From db45881183ef2c76229b672aa36a5055a22cd2a1 Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Sat, 23 Oct 2021 16:11:47 +0200 Subject: [PATCH] [chore] Spaces for indendation, not tabs (#8364) Overlooked in #8312. --- spec/unit/util_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/unit/util_spec.lua b/spec/unit/util_spec.lua index 34e38d96e..a2c9a0466 100644 --- a/spec/unit/util_spec.lua +++ b/spec/unit/util_spec.lua @@ -96,8 +96,8 @@ describe("util module", function() }, words) end) it("should split Korean words", function() - -- Technically splitting on spaces is correct but we treat Korean - -- as if it were any other CJK text. + -- Technically splitting on spaces is correct but we treat Korean + -- as if it were any other CJK text. local words = util.splitToWords("대한민국의 국기는 대한민국 국기법에 따라 태극기") assert.are_same({ "대","한","민","국","의"," ","국","기","는"," ",