From f0fe5e30dab40c500186d5901f3502796dca0d2c Mon Sep 17 00:00:00 2001 From: Paul Sadauskas Date: Fri, 21 Jan 2011 17:54:58 -0700 Subject: WTF, tabs? --- lib/arel/nodes/with.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lib/arel/nodes') diff --git a/lib/arel/nodes/with.rb b/lib/arel/nodes/with.rb index 0745080cc3..7f08abe47d 100644 --- a/lib/arel/nodes/with.rb +++ b/lib/arel/nodes/with.rb @@ -1,10 +1,10 @@ module Arel - module Nodes - class With < Arel::Nodes::Unary - alias children expr - end + module Nodes + class With < Arel::Nodes::Unary + alias children expr + end - class WithRecursive < With; end - end + class WithRecursive < With; end + end end -- cgit v1.2.3