From 0ccf4408271c8a0d147e3cf25689810862e8c1db Mon Sep 17 00:00:00 2001 From: Li Jin Date: Tue, 24 Feb 2026 12:24:10 +0800 Subject: Cleaned up and fixed more comment reserving codes. --- spec/outputs/test/close_attribute_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/outputs/test/close_attribute_spec.lua') diff --git a/spec/outputs/test/close_attribute_spec.lua b/spec/outputs/test/close_attribute_spec.lua index cc64da8..40a3a0d 100644 --- a/spec/outputs/test/close_attribute_spec.lua +++ b/spec/outputs/test/close_attribute_spec.lua @@ -72,7 +72,7 @@ return describe("close attribute", function() it("should work with fat arrow", function() local closed = false local obj = setmetatable({ - value = 10, + value = 10 }, { __close = function(self) closed = true -- cgit v1.2.3-55-g6feb