Skip to content

Commit 1de7dbd

Browse files
committed
Fix style cop issue
1 parent 9df2a34 commit 1de7dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UnitTests/UnitTests.UWP/UI/Controls/Test_RangeSelector.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ private async Task SetProp(double stepFrequency, double minimum, double rangeSta
312312
});
313313
}
314314

315-
private static async Task<TestRecord> SetPropGetProps(RangeSelector test, Property targetProp, double propInput)
315+
private async Task<TestRecord> SetPropGetProps(RangeSelector test, Property targetProp, double propInput)
316316
{
317317
return await App.DispatcherQueue.EnqueueAsync(() =>
318318
{

0 commit comments

Comments
 (0)