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 88ae348 commit 7464e49Copy full SHA for 7464e49
tests/EventDispatchExtensions/TouchEventDispatchExtensionsTest.cs
@@ -21,12 +21,12 @@ public async Task CanRaiseEvents(MethodInfo helper)
21
{
22
var expected = new TouchEventArgs
23
24
- AltKey=true,
+ AltKey = true,
25
ChangedTouches = new TouchPoint[0],
26
- CtrlKey=true,
27
- Detail=13L,
28
- MetaKey=true,
29
- ShiftKey=true,
+ CtrlKey = true,
+ Detail = 13L,
+ MetaKey = true,
+ ShiftKey = true,
30
TargetTouches = new TouchPoint[0],
31
Touches = new TouchPoint[0],
32
Type = "TOUCH"
0 commit comments