整理代码,return后面跟空格

This commit is contained in:
MrZ_26
2022-10-29 00:53:55 +08:00
parent 0df17cb4ee
commit dd872a72b2
207 changed files with 316 additions and 316 deletions

View File

@@ -72,7 +72,7 @@ local function _flipList(O)
end
local function _reflect(a)
return{
return {
[03]=_flipList(a[01]),
[01]=_flipList(a[03]),
[30]=_flipList(a[10]),