Skip to content

Commit

Permalink
Code style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trafium committed Oct 10, 2017
1 parent a289e40 commit a77de8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ancestry/class_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def arrange_nodes(nodes)
if node.depth == min_depth || !nodes_ids.include?(node.parent_id)
arranged[node] = children
end

end

arranged
Expand Down

0 comments on commit a77de8f

Please sign in to comment.