ci: format
This commit is contained in:
parent
10a4df4ce8
commit
bf4f7797b0
5 changed files with 121 additions and 30 deletions
|
|
@ -15,7 +15,10 @@ local function contest_picker(opts, 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue