Skip to content

Commit

Permalink
Update statuses.rb
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Sparrow <[email protected]>
  • Loading branch information
DismalShadowX authored May 1, 2024
1 parent 61aa9a3 commit 40cb2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/trends/statuses.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def refresh(at_time = Time.now.utc)
# Now that all trends have up-to-date scores, and all the ones below the threshold have
# been removed, we can recalculate their positions
# Retrieve trending statuses with a limit of 10
trending_statuses = query.limit(10).to_arel.load
trending_statuses = query.limit(10).to_arel.load

# Process the retrieved trending statuses
trending_statuses.each do |status|

Check failure on line 83 in app/models/trends/statuses.rb

View workflow job for this annotation

GitHub Actions / lint

[Correctable] Layout/IndentationConsistency: Inconsistent indentation detected. (https://rubystyle.guide#spaces-indentation, https://edgeguides.rubyonrails.org/contributing_to_ruby_on_rails.html#follow-the-coding-conventions)
Expand Down

0 comments on commit 40cb2ad

Please sign in to comment.