From 3bbb0a498a4702da204ea018cff3c1cf5f9e4ee7 Mon Sep 17 00:00:00 2001
From: Sambhav Gupta <sambhavgupta0705@gmail.com>
Date: Sun, 24 Mar 2024 22:44:30 +0530
Subject: [PATCH] revert example changes

---
 examples/3.0.0/info.json | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/examples/3.0.0/info.json b/examples/3.0.0/info.json
index 403c69f6..9af6f16f 100644
--- a/examples/3.0.0/info.json
+++ b/examples/3.0.0/info.json
@@ -1,27 +1,27 @@
 [
-   {
+  {
 	"title": "AsyncAPI Sample App",
 	"version": "1.0.1",
 	"description": "This is a sample app.",
 	"termsOfService": "https://asyncapi.org/terms/",
 	"contact": {
-		  "name": "API Support",
-		  "url": "https://www.asyncapi.org/support",
-		  "email": "support@asyncapi.org"
-	  },
-	  "license": {
-		  "name": "Apache 2.0",
-		  "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
-	  },
-	  "externalDocs": {
-		  "description": "Find more info here",
-		  "url": "https://www.asyncapi.org"
-	  },
-	  "tags": [
-		  {
-			  "name": "e-commerce"
-		  }
-	  ]
-	}
+		    "name": "API Support",
+		    "url": "https://www.asyncapi.org/support",
+		    "email": "support@asyncapi.org"
+	},
+	"license": {
+	        "name": "Apache 2.0",
+		    "url": "https://www.apache.org/licenses/LICENSE-2.0.html"
+	},
+	"externalDocs": {
+	        "description": "Find more info here",
+		    "url": "https://www.asyncapi.org"
+	},
+	"tags": [
+  	    {
+		    "name": "e-commerce"
+		}
+	]
+  }
   
-  ]
\ No newline at end of file
+]