Skip to content

Commit

Permalink
linting with cookstyle
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Singh <[email protected]>
  • Loading branch information
i5pranay93 committed Jun 1, 2022
1 parent b390c09 commit ac708e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/berkshelf/packager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def validate!

# A private decorator for Archive::Tar::Minitar::Writer that
# turns absolute paths into relative ones.
class RelativeTarWriter < SimpleDelegator #:nodoc:
class RelativeTarWriter < SimpleDelegator # :nodoc:
def initialize(io, base_path)
@base_path = Pathname.new(base_path)
super(Archive::Tar::Minitar::Writer.new(io))
Expand Down

0 comments on commit ac708e1

Please sign in to comment.