Skip to content

Commit 2304a48

Browse files
Fix spacing issues
1 parent e2fd80c commit 2304a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

certified-connectors/DocuSignDemo/script.csx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,9 +1314,9 @@ public class Script : ScriptBase
13141314
documentCountInNaturalLanguage = $" and 1 other document";
13151315
}
13161316
else if (documentCount > 3)
1317-
{
1318-
documentCountInNaturalLanguage = $" and {documentCount - 2} other documents";
1319-
}
1317+
{
1318+
documentCountInNaturalLanguage = $" and {documentCount - 2} other documents";
1319+
}
13201320

13211321
if (envelope["status"].ToString().Equals("sent"))
13221322
{

0 commit comments

Comments
 (0)