From 9bbd87ed363fd78d1d67ea8cf423d39fb7e683d4 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 20 May 2023 22:32:26 -0400 Subject: [PATCH] WIP - fix unindented part --- docs/files.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/files.rst b/docs/files.rst index b53ac3c..613a271 100644 --- a/docs/files.rst +++ b/docs/files.rst @@ -138,11 +138,11 @@ Every chunk has the following schema: .. code-block:: json -{ - "dztotalchunks": 3, - "dzchunkindex": 2, - "dzuuid": "unique_id" -} + { + "dztotalchunks": 3, + "dzchunkindex": 2, + "dzuuid": "unique_id" + } .. TODO...