Skip to content

Commit

Permalink
Fix RuboCop issues
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Aug 7, 2023
1 parent 7b5ba34 commit ad1856e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dry/struct/extensions/pretty_print.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

require "pp"
require "pp" # rubocop:disable Lint/RedundantRequireStatement

module Dry
class Struct
Expand Down

0 comments on commit ad1856e

Please sign in to comment.