Fix syntax
This commit is contained in:
parent
2a8e2835f3
commit
89ef15f41d
1 changed files with 2 additions and 2 deletions
|
|
@ -100,7 +100,7 @@ module PdfDocuments
|
||||||
|
|
||||||
begin
|
begin
|
||||||
yield(value)
|
yield(value)
|
||||||
rescue StandardError do
|
rescue StandardError
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue