Make Rubocop happy

parent a32aafdc
...@@ -202,12 +202,12 @@ module Gitlab ...@@ -202,12 +202,12 @@ module Gitlab
return unless event.project_id return unless event.project_id
job_id = ::Geo::HashedStorageMigrationService.new( job_id = ::Geo::HashedStorageMigrationService.new(
event.project_id, event.project_id,
event.old_disk_path, event.old_disk_path,
event.new_disk_path, event.new_disk_path,
event.old_storage_version, event.old_storage_version,
event.new_storage_version event.new_storage_version
).async_execute ).async_execute
log_event_info( log_event_info(
event_log.created_at, event_log.created_at,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment