Skip to content

Commit 64b3fa9

Browse files
committed
Fix code sample indent for UWP .NET test
1 parent 7e0f782 commit 64b3fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test/walkthrough-creating-and-running-unit-tests-for-windows-store-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ To add the helper method, in *UnitTest.cs*:
444444
```csharp
445445
private double ToleranceHelper(double expected)
446446
{
447-
return expected / 1000;
447+
return expected / 1000;
448448
}
449449
```
450450

0 commit comments

Comments
 (0)