Skip to content

Commit

Permalink
style: Change code style
Browse files Browse the repository at this point in the history
  • Loading branch information
goo314 authored and jimin9038 committed Mar 2, 2022
1 parent 5b71db8 commit 0df7e8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/contest/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@


DEFAULT_ACMCONTESTRANK_DATA = {"submission_number": 1, "accepted_number": 1, "total_time": 123, "total_penalty": 123,
"submission_info": {"1": {"is_ac": True, "ac_time": 123, "penalty": 123, "problem_submission": 1}},
"contest": 1}
"submission_info": {"1": {"is_ac": True, "ac_time": 123, "penalty": 123, "problem_submission": 1}},
"contest": 1}


class ContestAdminAPITest(APITestCase):
Expand Down

0 comments on commit 0df7e8b

Please sign in to comment.