From 8744c1fbec6511acea40d80e6edb88c7f920847d Mon Sep 17 00:00:00 2001
From: Striven <sg.striven@cutecat.club>
Date: Fri, 20 Feb 2026 16:24:32 +0000
Subject: [PATCH] Fix code blocks not being inline on gitblit

---
 05_storm/01_overview.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/05_storm/01_overview.md b/05_storm/01_overview.md
index d01e47e..c771dc9 100644
--- a/05_storm/01_overview.md
+++ b/05_storm/01_overview.md
@@ -6,7 +6,7 @@
 
 ## Routers
 In the `us-sdkClientStorm` field for the game's [Space](../03_ubisoft_services/03_structure.md#spaces) parameters, a set of **router provisioning URLs** is provided:
-```json
+```
 {
   "parameters": {
     "us-sdkClientStorm": {
@@ -46,7 +46,7 @@
 
 ### Example Response
 
-```json
+```
 {
     "router": "52.207.248.146:12000"
 }

--
Gitblit v1.10.0