Skip to content

Commit

Permalink
CV2-3776: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
melsawy committed Oct 18, 2023
1 parent 0b00f94 commit 64a52d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graph/mutations/tipline_messages_pagination.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def cursor_for(item)
encode(item.id.to_i.to_s)
end

def load_nodes
def load_nodes
@nodes ||= begin
sliced_nodes = if before && after
end_idx = index_from_cursor(before)
Expand Down

0 comments on commit 64a52d3

Please sign in to comment.