Skip to content

Commit

Permalink
fix accidental indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLovesDoggo authored Mar 6, 2024
1 parent bdbee31 commit 3393e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gameserver/models/contest.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def last_solve(self):

@property
def last_solve_time(self):
last_solve = self.last_solve
last_solve = self.last_solve
if last_solve is not None:
return last_solve.submission.date_created
else:
Expand Down

0 comments on commit 3393e9e

Please sign in to comment.