fix(ci): lua lint (#1035)
This commit is contained in:
parent
f7b51730df
commit
3ec847e3cb
@ -54,9 +54,7 @@ M.get_user_message = function(opts)
|
||||
)
|
||||
end
|
||||
|
||||
M.is_o_series_model = function(model)
|
||||
return model and string.match(model, "^o%d+") ~= nil
|
||||
end
|
||||
M.is_o_series_model = function(model) return model and string.match(model, "^o%d+") ~= nil end
|
||||
|
||||
M.parse_messages = function(opts)
|
||||
local messages = {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user