From d2f9b8e800136e7587e8cd62bc3d9e5cb1be6f3b Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Thu, 21 Mar 2019 11:15:52 +0900 Subject: Address rubocop offences --- activerecord/lib/arel/nodes/select_core.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'activerecord/lib/arel/nodes') diff --git a/activerecord/lib/arel/nodes/select_core.rb b/activerecord/lib/arel/nodes/select_core.rb index 6585f9b3ec..5df6ac8412 100644 --- a/activerecord/lib/arel/nodes/select_core.rb +++ b/activerecord/lib/arel/nodes/select_core.rb @@ -8,16 +8,16 @@ module Arel # :nodoc: all def initialize super() - @source = JoinSource.new nil + @source = JoinSource.new nil - @optimizer_hints = nil # https://ronsavage.github.io/SQL/sql-92.bnf.html#set%20quantifier - @set_quantifier = nil - @projections = [] - @wheres = [] - @groups = [] - @havings = [] - @windows = [] + @set_quantifier = nil + @optimizer_hints = nil + @projections = [] + @wheres = [] + @groups = [] + @havings = [] + @windows = [] end def from -- cgit v1.2.3