Skip to content

Commit

Permalink
Revert "Lint"
Browse files Browse the repository at this point in the history
This require is necessary, in order to have access to the method Hash#pretty_inspect. Thanks segiddins for sharp eyes!

This reverts commit 53c7b49.
  • Loading branch information
olleolleolle committed Dec 21, 2023
1 parent 25da081 commit ad8e714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/faraday/logging/formatter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require 'pp'

module Faraday
module Logging
# Serves as an integration point to customize logging
Expand Down

0 comments on commit ad8e714

Please sign in to comment.