Skip to content

Commit

Permalink
Use parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed May 16, 2023
1 parent b42b62b commit ca7d36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/imap/backup/serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def apply_uid_validity(value)
# NOOP
nil
else
apply_new_uid_validity value
apply_new_uid_validity(value)
end
end

Expand Down

0 comments on commit ca7d36d

Please sign in to comment.