Fix lambda indentation.
GitOrigin-RevId: 1ed8b602ae26e8ce5768858c918256940cc7afde
This commit is contained in:
parent
736882a2dc
commit
4daeaa593e
@ -61,9 +61,9 @@ namespace TdApp
|
|||||||
public void Print(String str)
|
public void Print(String str)
|
||||||
{
|
{
|
||||||
var delayTask = Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
|
var delayTask = Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () =>
|
||||||
{
|
{
|
||||||
Items.Insert(0, str.Substring(0, Math.Min(1024, str.Length)));
|
Items.Insert(0, str.Substring(0, Math.Min(1024, str.Length)));
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Td.Client _client;
|
private static Td.Client _client;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user