Skip to content

Commit c4a5ae7

Browse files
committed
Fixing line
1 parent 8851c75 commit c4a5ae7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

launcher-csharp/eSignature/Examples/SetEnvelopeTabValue.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ public static (string, string) CreateEnvelopeAndUpdateTabData(
100100
LocalePolicy = new LocalePolicyTab
101101
{
102102
CultureName = "en-US",
103-
CurrencyCode = "usd", CurrencyPositiveFormat = "csym_1_comma_234_comma_567_period_89",
103+
CurrencyCode = "usd",
104+
CurrencyPositiveFormat = "csym_1_comma_234_comma_567_period_89",
104105
CurrencyNegativeFormat = "minus_csym_1_comma_234_comma_567_period_89",
105106
UseLongCurrencyFormat = "true",
106107
},

0 commit comments

Comments
 (0)