Fixed syntax/rubocop issue.
This commit is contained in:
parent
f4fdcba8fc
commit
29d5136cea
1 changed files with 10 additions and 9 deletions
|
@ -23,7 +23,7 @@ if ActiveRecord::Base.connection_config[:adapter] == 'mysql2'
|
|||
# rubocop:enable Rails/Exit
|
||||
# rubocop:enable Rails/Output
|
||||
end
|
||||
end
|
||||
|
||||
elsif server_vendor == 'MariaDB'
|
||||
if major.to_i < 10
|
||||
# rubocop:disable Rails/Output
|
||||
|
@ -36,3 +36,4 @@ if ActiveRecord::Base.connection_config[:adapter] == 'mysql2'
|
|||
# rubocop:enable Rails/Output
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue