From 04e470b517c3a52b017ca9390991a197594765ec Mon Sep 17 00:00:00 2001 From: mariam-abdulla Date: Fri, 13 Dec 2024 09:16:55 +0100 Subject: [PATCH] Fix placement of comments --- docs/RFCs/011-Sdk-Testing-Platform.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/RFCs/011-Sdk-Testing-Platform.md b/docs/RFCs/011-Sdk-Testing-Platform.md index 8ec245d63d..d28d52fc32 100644 --- a/docs/RFCs/011-Sdk-Testing-Platform.md +++ b/docs/RFCs/011-Sdk-Testing-Platform.md @@ -32,7 +32,7 @@ Here is a global.json sample: 1. Example 1 -```json +```json { "test" : { "runner": { @@ -40,7 +40,6 @@ Here is a global.json sample: } } } -``` /** * JSON Configuration for the testing platform. @@ -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 ```json