Skip to content

Commit

Permalink
rm more spurious formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Sep 30, 2024
1 parent e2dcdf1 commit 58ddff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/api/v1/statuses_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def context
descendants_depth_limit = nil

if current_account.nil?
ancestors_limit = ANCESTORS_LIMIT
descendants_limit = DESCENDANTS_LIMIT
ancestors_limit = ANCESTORS_LIMIT
descendants_limit = DESCENDANTS_LIMIT
descendants_depth_limit = DESCENDANTS_DEPTH_LIMIT
end

Expand Down

0 comments on commit 58ddff3

Please sign in to comment.