Browse Source

formatting

pull/6941/head
Jumar Macato 5 years ago
parent
commit
3a7298c39f
No known key found for this signature in database GPG Key ID: 85076C4D9D3155A3
  1. 4
      src/Avalonia.Animation/Animation.cs

4
src/Avalonia.Animation/Animation.cs

@ -356,9 +356,9 @@ namespace Avalonia.Animation
/// <inheritdoc/>
public Task RunAsync(Animatable control, IClock clock = null)
{
return RunAsync(control,clock, default);
return RunAsync(control, clock, default);
}
/// <inheritdoc/>
public Task RunAsync(Animatable control, IClock clock = null, CancellationToken cancellationToken = default)
{

Loading…
Cancel
Save