Skip to content

Commit 9fad807

Browse files
committed
fixing indentation
1 parent c769b76 commit 9fad807

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

app/services/webforms/eg002_create_remote_instance_service.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ def create_web_form_instance(form_id)
5858
'JobTitle' => 'Programmer Writer'
5959
}
6060
recipient = DocuSign_WebForms::CreateInstanceRequestBodyRecipients.new({
61-
'roleName' => 'signer',
62-
'name' => args[:signer_name],
63-
'email' => args[:signer_email]
64-
})
61+
'roleName' => 'signer',
62+
'name' => args[:signer_name],
63+
'email' => args[:signer_email]
64+
})
6565
web_form_req_object = DocuSign_WebForms::CreateInstanceRequestBody.new({
66-
'formValues' => web_form_values,
67-
'recipients' => [recipient],
68-
'sendOption' => 'now'
69-
})
66+
'formValues' => web_form_values,
67+
'recipients' => [recipient],
68+
'sendOption' => 'now'
69+
})
7070
#ds-snippet-end:WebForms2Step4
7171

7272
#ds-snippet-start:WebForms2Step5

0 commit comments

Comments
 (0)