Skip to content

Commit 7464e49

Browse files
committed
Fixed indentiation in tests
1 parent 88ae348 commit 7464e49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/EventDispatchExtensions/TouchEventDispatchExtensionsTest.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ public async Task CanRaiseEvents(MethodInfo helper)
2121
{
2222
var expected = new TouchEventArgs
2323
{
24-
AltKey=true,
24+
AltKey = true,
2525
ChangedTouches = new TouchPoint[0],
26-
CtrlKey=true,
27-
Detail=13L,
28-
MetaKey=true,
29-
ShiftKey=true,
26+
CtrlKey = true,
27+
Detail = 13L,
28+
MetaKey = true,
29+
ShiftKey = true,
3030
TargetTouches = new TouchPoint[0],
3131
Touches = new TouchPoint[0],
3232
Type = "TOUCH"

0 commit comments

Comments
 (0)