Enable Style/TrailingCommaInHashLiteral
This commit is contained in:
parent
2ede598f77
commit
a171186dd8
17 changed files with 18 additions and 18 deletions
|
@ -50,7 +50,7 @@ class ActiveJobLogSubscriber < ::ActiveJob::Logging::LogSubscriber
|
|||
job_id: event.payload[:job].job_id,
|
||||
queue_name: queue_name(event),
|
||||
job_class: event.payload[:job].class.to_s,
|
||||
job_args: args_info(event.payload[:job]),
|
||||
job_args: args_info(event.payload[:job])
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue