整理代码,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

@@ -62,7 +62,7 @@ local AISpeed={60,50,42,34,27,21,16,12,9,6}
]]
function BOT.template(arg)
if arg.type=='CC' then
return{
return {
type='CC',
next=arg.next,
hold=arg.hold,
@@ -72,7 +72,7 @@ function BOT.template(arg)
_20G=arg._20G,
}
elseif arg.type=='9S' then
return{
return {
type='9S',
delay=math.floor(AISpeed[arg.speedLV]),
hold=arg.hold,