From 05da3cbfa3689e6c229c41156d0dd08ab554cd77 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 8 Oct 2024 17:58:49 +0800 Subject: Fixed a miss indent and removed an unnecessary do block. --- spec/outputs/unicode/with.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'spec/outputs/unicode/with.lua') diff --git a/spec/outputs/unicode/with.lua b/spec/outputs/unicode/with.lua index cfad264..7a5ba00 100644 --- a/spec/outputs/unicode/with.lua +++ b/spec/outputs/unicode/with.lua @@ -123,9 +123,7 @@ do local _ _ = function() local _with_0 = _u55e8 - do - return _with_0.a, _with_0.b - end + return _with_0.a, _with_0.b end end do -- cgit v1.2.3-55-g6feb