remove unnecessary tab character

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-11-07 02:47:12 +02:00
parent acb8719236
commit e6d008e455
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def vote_post_comment(target_id, new, v, cls, vote_cls):
target.upvotes = get_vote_count(1, False)
target.downvotes = get_vote_count(-1, False)
target.realupvotes = get_vote_count(0, True) # first arg is ignored here
if target.author.progressivestack or (cls == Submission and (target.domain.endswith('.win') or target.domain in BOOSTED_SITES)):
target.realupvotes *= 2