From 1a7c8e3c38fcf0af94ca799a3cd9fa7c4ef1bf08 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 7 Jul 2022 16:37:04 +0800 Subject: cleanup. --- spec/inputs/macro-export.yue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec') diff --git a/spec/inputs/macro-export.yue b/spec/inputs/macro-export.yue index 46cc608..adc71da 100644 --- a/spec/inputs/macro-export.yue +++ b/spec/inputs/macro-export.yue @@ -42,9 +42,9 @@ do local _src_, _dst_ with _dst_ = #{dst} with _src_ = #{src} -#{table.concat (for field in *{...} - " _dst_.#{field} = _src_.#{field}"), "\n"} -" +#{table.concat for field in *{...} do " + _dst_.#{field} = _src_.#{field} +"}" $ -> global debugMode = true -- cgit v1.2.3-55-g6feb