Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
pluralistix committed Jan 2, 2025
1 parent 7f8c00c commit 763b7cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/lib/dependabot/docker/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ def comparable_to?(other)
return equal_prefix && equal_format if other_format == :sha_suffixed

equal_suffix = suffix == other_suffix
equal_prefix && equal_format && equal_suffix
comparable_format
(equal_prefix && equal_format && equal_suffix) || comparable_format
end

sig { returns(T::Boolean) }
Expand Down

0 comments on commit 763b7cb

Please sign in to comment.