WIP - fix unindented part

This commit is contained in:
dogeystamp 2023-05-20 22:32:26 -04:00
parent 1f7ade3c1f
commit 9bbd87ed36

View File

@ -138,11 +138,11 @@ Every chunk has the following schema:
.. code-block:: json .. code-block:: json
{ {
"dztotalchunks": 3, "dztotalchunks": 3,
"dzchunkindex": 2, "dzchunkindex": 2,
"dzuuid": "unique_id" "dzuuid": "unique_id"
} }
.. ..
TODO... TODO...