We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aeab53 commit 994e785Copy full SHA for 994e785
InfobipClient/InfobipClientExamples/examples/GetAccountBalanceExample.cs
@@ -13,7 +13,7 @@ public override async Task RunExampleAsync()
13
14
AccountBalance accountBalance = await client.ExecuteAsync();
15
Console.WriteLine("Account balance: ");
16
- Console.WriteLine(JsonConvert.SerializeObject(accountBalance, new JsonSerializerSettings { Formatting = Formatting.Indented }));
+ Console.WriteLine(JsonConvert.SerializeObject(accountBalance, new JsonSerializerSettings { Formatting = Formatting.Indented } ));
17
}
18
19
0 commit comments