Make Rubocop happy

parent 1784162c
......@@ -433,8 +433,8 @@ module EE
path_was = previous_changes['path'].first
old_path_with_namespace = File.join(namespace.full_path, path_was)
::Geo::RepositoryRenamedEventStore.new(self, old_path: path_was,
old_path_with_namespace: old_path_with_namespace).create
::Geo::RepositoryRenamedEventStore.new(self,
old_path: path_was, old_path_with_namespace: old_path_with_namespace).create
end
private
......
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