Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
fix rubocop offence in app/task
Browse files Browse the repository at this point in the history
  • Loading branch information
Mifrill committed May 15, 2020
1 parent 510bb32 commit f1faa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/task.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def set_instance_variables!
fields: nil,
data: data,
page: session,
url: Addressable::URI.parse(url),
url: Addressable::URI.parse(url)
# rubocop:enable Layout/AlignHash
}.each do |key, value|
parser.instance_variable_set "@#{key}", value
Expand Down

0 comments on commit f1faa37

Please sign in to comment.