Skip to content

Commit f993536

Browse files
fix linter issues
1 parent bff5cfb commit f993536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/services/notary/eg004_send_with_third_party_notary_service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ def make_envelope(envelope_args)
8888
xPosition: '300',
8989
yPosition: '235',
9090
documentId: '1',
91-
pageNumber: '1',
91+
pageNumber: '1'
9292
)
9393

9494
notary_sign_here = DocuSign_eSign::SignHere.new(
9595
xPosition: '300',
9696
yPosition: '150',
9797
documentId: '1',
98-
pageNumber: '1',
98+
pageNumber: '1'
9999
)
100100

101101
notary_tabs = DocuSign_eSign::Tabs.new(

0 commit comments

Comments
 (0)