1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

Fix RuboCop Layout/BeginEndAlignment (#43437).

git-svn-id: https://svn.redmine.org/redmine/trunk@24122 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-11-05 07:00:59 +00:00
parent 2c71209740
commit 73b81d4634

View File

@ -100,7 +100,9 @@ class Import < ApplicationRecord
begin
project = Project.find(options[:project_id])
self.settings.merge!('mapping' => {'project_id' => project.id})
rescue; end
rescue
;
end
end
end