aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/visitors/depth_first.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/visitors/depth_first.rb')
-rw-r--r--activerecord/lib/arel/visitors/depth_first.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activerecord/lib/arel/visitors/depth_first.rb b/activerecord/lib/arel/visitors/depth_first.rb
index d696edc507..ca11d9c879 100644
--- a/activerecord/lib/arel/visitors/depth_first.rb
+++ b/activerecord/lib/arel/visitors/depth_first.rb
@@ -9,7 +9,6 @@ module Arel # :nodoc: all
end
private
-
def visit(o)
super
@block.call o