diff options
-rw-r--r-- | lib/custodian/parser.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index 9d1095a..3379c5a 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -349,7 +349,6 @@ module Custodian end rescue => ex raise ArgumentError, "Parsing a line to a protocol test gave the error: #{ex}" - return nil end end |