Fixed syntax/rubocop issue.

This commit is contained in:
Martin Edenhofer 2016-10-24 19:36:25 +02:00
parent f4fdcba8fc
commit 29d5136cea

View file

@ -23,7 +23,7 @@ if ActiveRecord::Base.connection_config[:adapter] == 'mysql2'
# rubocop:enable Rails/Exit # rubocop:enable Rails/Exit
# rubocop:enable Rails/Output # rubocop:enable Rails/Output
end end
end
elsif server_vendor == 'MariaDB' elsif server_vendor == 'MariaDB'
if major.to_i < 10 if major.to_i < 10
# rubocop:disable Rails/Output # rubocop:disable Rails/Output
@ -36,3 +36,4 @@ if ActiveRecord::Base.connection_config[:adapter] == 'mysql2'
# rubocop:enable Rails/Output # rubocop:enable Rails/Output
end end
end end
end