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/inputs/with.yue | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'spec/inputs/with.yue') diff --git a/spec/inputs/with.yue b/spec/inputs/with.yue index 5da0980..19b7be1 100644 --- a/spec/inputs/with.yue +++ b/spec/inputs/with.yue @@ -147,4 +147,9 @@ do .touchEnabled = true .swallowTouches = true +do + f = -> + return with {} + return [123] + nil -- cgit v1.2.3-55-g6feb