Skip to content
Snippets Groups Projects
Verified Commit f284a4ba authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

Fix lint-discovered issues

parent c998c911
No related branches found
No related tags found
No related merge requests found
Pipeline #91431 passed
......@@ -24,7 +24,7 @@ module ForemanCement
included do
prepend Overrides
include ForemanCement::SetRavenContext
include ForemanCement::SetSentryContext
end
end
end
......@@ -12,7 +12,7 @@ module ForemanCement
def set_sentry_context
Sentry.set_user(
id: User.current&.id ,
id: User.current&.id,
username: User.current&.login,
email: User.current&.mail
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment