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 40cb2ad commit 43bf66a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/models/trends/statuses.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ def refresh(at_time = Time.now.utc)
# Retrieve trending statuses with a limit of 10
trending_statuses = query.limit(10).to_arel.load

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

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

View workflow job for this annotation

GitHub Actions / lint

[Correctable] Layout/CommentIndentation: Incorrect indentation detected (column 4 instead of 6).
end
end
end

def request_review
StatusTrend.pluck('distinct language').flat_map do |language|
Expand Down

0 comments on commit 43bf66a

Please sign in to comment.