Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcwhite committed Dec 22, 2024
1 parent b66539a commit e3f9a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bridgetown-core/lib/bridgetown-core/collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ def entry_filter
#
# @return [String]
def inspect
"#<#{self.class} #{label}: #{resources.count} metadata=#{metadata.inspect} static_files: #{static_files.count}>"
"#<#{self.class} #{label}: #{resources.count} metadata=#{metadata.inspect} " \
"static_files: #{static_files.count}>"
end

# Produce a sanitized label name
Expand Down

0 comments on commit e3f9a21

Please sign in to comment.