Skip to content

Commit

Permalink
Remove early return
Browse files Browse the repository at this point in the history
  • Loading branch information
joanabertoldi committed Nov 28, 2024
1 parent a7b4757 commit 97641f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/cfonb/operation_details/unknown.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ class Unknown < Base
ATTRIBUTES = %i[unknown].freeze

def self.apply(details, line)
return unless line.respond_to?(:detail)

details.unknown ||= {}
code = line.detail_code

Expand Down

0 comments on commit 97641f3

Please sign in to comment.