Skip to content

Commit 968ebaf

Browse files
committed
Discard parameters
1 parent 19ea747 commit 968ebaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Avalonia.Controls.PanAndZoom.UnitTests/ZoomBorderILogicalScrollableTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public void ILogicalScrollable_ScrollInvalidated_EventRaised()
9393
var eventRaised = false;
9494

9595
// Act - Subscribe to scroll invalidated event
96-
scrollable.ScrollInvalidated += (sender, args) => eventRaised = true;
96+
scrollable.ScrollInvalidated += (_, _) => eventRaised = true;
9797

9898
// Trigger scroll invalidation by zooming
9999
zoomBorder.Zoom(2.0, 200, 150);

0 commit comments

Comments
 (0)