Skip to content

Commit

Permalink
style: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 28, 2022
1 parent 82c7a7e commit 590b7e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module InstanceMethods
# base_url raises a not implemented error
def log_configuration(logger)
source_info = to_source_trace
(self.class.config_attributes - [:base_url]).collect(&:to_s).each_with_object({})do | (key, details), new_hash |
(self.class.config_attributes - [:base_url]).collect(&:to_s).each_with_object({})do | key, new_hash |
new_hash[key] = {
value: self.send(key.to_sym),
source: source_info.dig(key, :source) || {:type=>:defaults}
Expand Down

0 comments on commit 590b7e2

Please sign in to comment.