Skip to content

Commit d8a750e

Browse files
committed
minor cleanup
1 parent da168f8 commit d8a750e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

launcher-csharp/eSignature/Examples/SetEnvelopeTabValue.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ public static (string, string) CreateEnvelopeAndUpdateTabData(
9898
TabId = "salary",
9999
TabLabel = "Salary",
100100
NumericalValue = salary.ToString(),
101-
LocalePolicy = new LocalePolicyTab
102-
{
103-
CultureName = "en-US",
104-
CurrencyCode = "usd", CurrencyPositiveFormat = "csym_1_comma_234_comma_567_period_89",
105-
CurrencyNegativeFormat = "minus_csym_1_comma_234_comma_567_period_89",
106-
UseLongCurrencyFormat = "true"
101+
LocalePolicy = new LocalePolicyTab
102+
{
103+
CultureName = "en-US",
104+
CurrencyCode = "usd", CurrencyPositiveFormat = "csym_1_comma_234_comma_567_period_89",
105+
CurrencyNegativeFormat = "minus_csym_1_comma_234_comma_567_period_89",
106+
UseLongCurrencyFormat = "true",
107107
},
108108
};
109109

0 commit comments

Comments
 (0)