Skip to content

Commit

Permalink
TECH-4747 adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
yinonrousso committed Sep 11, 2020
1 parent e0c7155 commit 3224a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contextual_logger/logger_with_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def warn_on_string_keys(context)
def deep_key_has_string?(hash)
hash.any? do |key, value|
key.is_a?(String) ||
(value.is_a?(Hash) && deep_key_has_string?(value))
(value.is_a?(Hash) && deep_key_has_string?(value))
end
end

Expand Down

0 comments on commit 3224a72

Please sign in to comment.