From bfb1f8a5e012f2fce90526fc86706eca53b9e883 Mon Sep 17 00:00:00 2001
From: Nikolay Stanchev <ns17@it-innovation.soton.ac.uk>
Date: Tue, 10 Jul 2018 13:04:36 +0100
Subject: [PATCH] Updates graph api docs

---
 docs/clmc-service.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/clmc-service.md b/docs/clmc-service.md
index 9040d06..c725de9 100644
--- a/docs/clmc-service.md
+++ b/docs/clmc-service.md
@@ -76,9 +76,9 @@ All source code, tests and configuration files of the service can be found in th
         
         E.g. for the minio service function, the following query will be used to retrieve the data from influx (request url is /graph/build?from=1528385420&to=1528385860):
         
-            ```
-            SELECT mean(sum)/mean(count) AS mean_response_time FROM "MSDemo"."autogen".minio_http_requests_duration_seconds WHERE sfc_i='MSDemo_1' and time>=1528385420000000000 and time<1528385860000000000 GROUP BY ipendpoint, location, sf_i
-            ```
+        ```
+        SELECT mean(sum)/mean(count) AS mean_response_time FROM "MSDemo"."autogen".minio_http_requests_duration_seconds WHERE sfc_i='MSDemo_1' and time>=1528385420000000000 and time<1528385860000000000 GROUP BY ipendpoint, location, sf_i
+        ```
             
         N.B. timestamps are converted to nano seconds.
    
-- 
GitLab