ci: format

This commit is contained in:
Barrett Ruth 2026-03-06 21:34:43 -05:00
parent 10a4df4ce8
commit bf4f7797b0
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
5 changed files with 121 additions and 30 deletions

View file

@ -10,7 +10,10 @@ local function contest_picker(platform, refresh, language)
local contests = picker_utils.get_platform_contests(platform, refresh)
if vim.tbl_isempty(contests) then
logger.log(("No contests found for platform '%s'"):format(platform_display_name), { level = vim.log.levels.WARN })
logger.log(
("No contests found for platform '%s'"):format(platform_display_name),
{ level = vim.log.levels.WARN }
)
return
end