1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove trailing whitespace.

This commit is contained in:
Yves Senn 2016-03-02 16:30:56 +01:00
parent 06c2927e1a
commit ff91808651

View file

@ -16,7 +16,7 @@ module ActiveRecord
if config[:flags].kind_of? Array
config[:flags].push "FOUND_ROWS".freeze
else
config[:flags] |= Mysql2::Client::FOUND_ROWS
config[:flags] |= Mysql2::Client::FOUND_ROWS
end
end