Skip to content

Commit

Permalink
[ci skip] Add context-preserving comment
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Dec 21, 2023
1 parent d0e0436 commit 1206b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/logging/formatter.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require 'pp'
require 'pp' # This require is necessary for Hash#pretty_inspect to work, do not remove it, people rely on it.

module Faraday
module Logging
Expand Down

0 comments on commit 1206b39

Please sign in to comment.