Skip to content

Commit ddb162e

Browse files
adding blank line after closing brace to fix automation
1 parent d1fdd32 commit ddb162e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

launcher-csharp/eSignature/Examples/CreateEnvelopeWithMultipleDocumentTypes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ public static (bool statusOk, string envelopeId, string errorCode, string errorM
118118
buffer.Write(crlf);
119119
buffer.Flush();
120120
}
121+
121122
//ds-snippet-start:eSign10Step4
122123
WebResponse response = null;
123124
WebException webEx = null;

launcher-csharp/eSignature/Examples/EmbeddedSending.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ public static string SendEnvelopeUsingEmbeddedSending(string signerEmail, string
5858
{
5959
redirectUrl = redirectUrl.Replace("send=1", "send=0");
6060
}
61+
6162
//ds-snippet-end:eSign11Step3
6263

6364
return redirectUrl;
@@ -217,6 +218,7 @@ private static byte[] Document1(string signerEmail, string signerName, string cc
217218
" </body>\n" +
218219
" </html>");
219220
}
221+
220222
//ds-snippet-end:eSign11Step2
221223
}
222224
}

0 commit comments

Comments
 (0)