Another Static Linting Fix

This commit is contained in:
Tim Zallmann 2019-01-05 00:42:18 +01:00
parent a5c2d26a2c
commit 34d3696783
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ module CommitsHelper
if user.nil?
mail_to(source_email, text, link_options)
else
link_to(text, user_path(user), { class: "commit-#{options[:source]}-link js-user-link", data: { user_id: user.id }})
link_to(text, user_path(user), { class: "commit-#{options[:source]}-link js-user-link", data: { user_id: user.id } })
end
end