Skip to content

Commit 61d5697

Browse files
authored
Merge pull request #8568 from Evangelink/indentation
Fix code sample indent for UWP .NET test
2 parents 6bba5da + 64b3fa9 commit 61d5697

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)