cleanup
This commit is contained in:
parent
71efb24cda
commit
96c01bf796
1 changed files with 0 additions and 6 deletions
|
|
@ -191,12 +191,6 @@ end
|
||||||
---@param problem_id? string
|
---@param problem_id? string
|
||||||
---@return CombinedTest?
|
---@return CombinedTest?
|
||||||
function M.get_combined_test(platform, contest_id, problem_id)
|
function M.get_combined_test(platform, contest_id, problem_id)
|
||||||
vim.validate({
|
|
||||||
platform = { platform, 'string' },
|
|
||||||
contest_id = { contest_id, 'string' },
|
|
||||||
problem_id = { problem_id, { 'string', 'nil' }, true },
|
|
||||||
})
|
|
||||||
|
|
||||||
if
|
if
|
||||||
not cache_data[platform]
|
not cache_data[platform]
|
||||||
or not cache_data[platform][contest_id]
|
or not cache_data[platform][contest_id]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue