fix(ci): lua lint (#1035)

This commit is contained in:
yetone 2025-01-05 17:11:15 +08:00 committed by GitHub
parent f7b51730df
commit 3ec847e3cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = {}