ci: format

This commit is contained in:
Barrett Ruth 2026-03-05 14:22:25 -05:00
parent 427d03ec2d
commit 2a373b72dd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
11 changed files with 93 additions and 23 deletions

View file

@ -42,7 +42,10 @@ function M.submit(opts)
local problem_id = state.get_problem_id()
local language = (opts and opts.language) or state.get_language()
if not platform or not contest_id or not problem_id or not language then
logger.log('No active problem. Use :CP <platform> <contest> first.', { level = vim.log.levels.ERROR })
logger.log(
'No active problem. Use :CP <platform> <contest> first.',
{ level = vim.log.levels.ERROR }
)
return
end