aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/arel/nodes/with.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/arel/nodes/with.rb')
-rw-r--r--activerecord/lib/arel/nodes/with.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/arel/nodes/with.rb b/activerecord/lib/arel/nodes/with.rb
index def7840ea3..a0fbf87e8e 100644
--- a/activerecord/lib/arel/nodes/with.rb
+++ b/activerecord/lib/arel/nodes/with.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
module Arel
module Nodes
class With < Arel::Nodes::Unary
@@ -8,4 +9,3 @@ module Arel
class WithRecursive < With; end
end
end
-