From 7f0cc30ce8dbb724405f56d94b97381187ec7541 Mon Sep 17 00:00:00 2001 From: Jayamala Date: Tue, 6 Aug 2024 15:54:33 -0400 Subject: [PATCH] removed the extra end --- lib/bag_adapter.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/bag_adapter.rb b/lib/bag_adapter.rb index 9848ae6..bfdb0f1 100644 --- a/lib/bag_adapter.rb +++ b/lib/bag_adapter.rb @@ -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