Browse Source

Apply Review suggestion

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
pull/20790/head
Tim 5 days ago
committed by GitHub
parent
commit
a2904a1aef
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/Avalonia.RenderTests/Media/RenderTargetBitmapTests.cs

2
tests/Avalonia.RenderTests/Media/RenderTargetBitmapTests.cs

@ -1,3 +1,4 @@
#if AVALONIA_SKIA
using System.Threading.Tasks;
using Avalonia.Controls;
using Avalonia.Controls.Shapes;
@ -51,3 +52,4 @@ public class RenderTargetBitmapTests : TestBase
CompareImages();
}
}
#endif

Loading…
Cancel
Save