Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tcopeland committed Nov 8, 2018
1 parent 0ae87bb commit 8fd4566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/docusign_rest/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ def initialize_net_http_multipart_post_request(uri, post_body, file_params, head
# email[body] - (Optional) custom text that will be injected into the
# DocuSign generated email
# email_settings[bcc_emails] - (Optional) array of emails to BCC.
# email_settings[reply_to_email] - (Optional) override the default reply to email for the account.
# email_settings[reply_to_email] - (Optional) override the default reply to email for the account.
# email_settings[reply_to_name] - (Optional) override the default reply to name for the account.
# signers - A hash of users who should receive the document and need
# to sign it. More info about the options available for
Expand Down Expand Up @@ -2071,7 +2071,7 @@ def get_dob_information_input(input)
receiveInResponse: true,
}
end

def get_email_settings(input)
return {} unless input
{
Expand Down
2 changes: 1 addition & 1 deletion test/docusign_rest/client_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
reply_to_email: "test@example.com",
reply_to_name: "Tester"
}
)
)
response["status"].must_equal "sent"
end
end
Expand Down

0 comments on commit 8fd4566

Please sign in to comment.