ci: format
This commit is contained in:
parent
427d03ec2d
commit
2a373b72dd
11 changed files with 93 additions and 23 deletions
|
|
@ -59,7 +59,10 @@ function M.start(platform, contest_id, language)
|
|||
|
||||
local remaining = start_time - os.time()
|
||||
if remaining <= 0 then
|
||||
logger.log('Contest has already started, setting up...', { level = vim.log.levels.INFO, override = true })
|
||||
logger.log(
|
||||
'Contest has already started, setting up...',
|
||||
{ level = vim.log.levels.INFO, override = true }
|
||||
)
|
||||
require('cp.setup').setup_contest(platform, contest_id, nil, language)
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue