Fix rubocop warnings

This commit is contained in:
Claire
2024-05-24 17:13:34 +02:00
parent e947f1f2ed
commit 1a2a28eb4a
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ module ActiveRecord
end
end
super(direction, migrations, schema_migration, internal_metadata, target_version)
super
end
end