Skip to content

Commit 0c3b6bc

Browse files
authored
Merge pull request #10514 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch main)
2 parents dd398e5 + 0ce5e47 commit 0c3b6bc

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)