Skip to content

Commit

Permalink
Fix placement of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mariam-abdulla committed Dec 13, 2024
1 parent 97bf741 commit 04e470b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/RFCs/011-Sdk-Testing-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ Here is a global.json sample:

1. Example 1

```json
```json

Check failure on line 35 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces [Expected: 0; Actual: 1]
{
"test" : {

Check failure on line 37 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Hard tabs [Column: 13]
"runner": {
"name": "MicrosoftTestingPlatform"
}
}
}
```

/**
* JSON Configuration for the testing platform.
Expand All @@ -50,7 +49,8 @@ Here is a global.json sample:
* - runner: Specifies the test runner details.
* - name: The name of the test runner to be used, in this case, "MicrosoftTestingPlatform".
*/

```

2. Example 2

Check failure on line 54 in docs/RFCs/011-Sdk-Testing-Platform.md

View workflow job for this annotation

GitHub Actions / lint

Ordered list item prefix [Expected: 1; Actual: 2; Style: 1/1/1]

```json
Expand Down

0 comments on commit 04e470b

Please sign in to comment.