lib/pennyworth/cli/actions/http_statuses.rb in pennyworth-11.2.2 vs lib/pennyworth/cli/actions/http_statuses.rb in pennyworth-12.0.0

- old
+ new

@@ -8,10 +8,10 @@ def initialize processor: Processor.for_http_statuses, container: Container @processor = processor @container = container end - def call = processor.call.to_json.then { |json| logger.info json } + def call = processor.call.to_json.then { |json| logger.info { json } } private attr_reader :processor, :container