Azure-Samples / cognitive-services-quickstart-code

Code Examples used by the Quickstarts in the Cognitive Services Documentation
MIT License
351 stars 518 forks source link

FaceQuickstart.cs: Fix location of snippet_maincalls and replace all tabs with 4 spaces #273

Closed dargilco closed 1 year ago

dargilco commented 3 years ago

Purpose

In the doc: https://docs.microsoft.com/azure/cognitive-services/face/quickstarts/client-libraries?tabs=visual-studio&pivots=programming-language-csharp we should not see the comment line "// FaceList - create a face list, then get data" in the application main c# code snippet, since there are no function calls below it and it is not discussed in the quick start doc.

Also remove all tabs and replace with 4 spaces to fix bad alignment.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe: