Rubocop format

This commit is contained in:
Max Wofford
2025-06-09 10:52:30 -04:00
parent 62b4b0a9ea
commit 3204e41be8

View File

@@ -2,6 +2,6 @@ class AddIndexToCommitsUserIdCreatedAt < ActiveRecord::Migration[8.0]
disable_ddl_transaction!
def change
add_index :commits, [:user_id, :created_at], algorithm: :concurrently
add_index :commits, [ :user_id, :created_at ], algorithm: :concurrently
end
end