fix(ci): formatting
This commit is contained in:
parent
6a61780928
commit
9238118fbe
1 changed files with 2 additions and 1 deletions
|
|
@ -271,7 +271,8 @@ local function save_all_tests()
|
||||||
end
|
end
|
||||||
|
|
||||||
local contest_data = cache.get_contest_data(platform, contest_id)
|
local contest_data = cache.get_contest_data(platform, contest_id)
|
||||||
local is_multi_test = contest_data.problems[contest_data.index_map[problem_id]].multi_test or false
|
local is_multi_test = contest_data.problems[contest_data.index_map[problem_id]].multi_test
|
||||||
|
or false
|
||||||
|
|
||||||
cache.set_test_cases(
|
cache.set_test_cases(
|
||||||
platform,
|
platform,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue