Skip to content

Commit

Permalink
removed the extra end
Browse files Browse the repository at this point in the history
  • Loading branch information
jayamala17 committed Aug 6, 2024
1 parent 60cf3ba commit 7f0cc30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/bag_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def check_if_valid
is_valid: is_valid,
error_message: is_valid ? nil : @bag.errors.full_messages.join(", ")
)
end
end
end
end

0 comments on commit 7f0cc30

Please sign in to comment.