whitespace fix

Signed-off-by: Riccardo Iaconelli <riccardo.iaconelli@qredo.com>
diff --git a/docs/mpc-api-0.1.md b/docs/mpc-api-0.1.md
index ee6e55e..edae205 100644
--- a/docs/mpc-api-0.1.md
+++ b/docs/mpc-api-0.1.md
@@ -12,23 +12,17 @@
 Once your docker installation is correctly set-up, simply run:
 
 ```
-
  git clone https://github.com/apache/incubator-milagro-MPC.git && cd incubator-milagro-MPC
-
 ```
 
 ```
-
  docker build -t libmpc .
-
 ```
 
 If you want to run tests and ensure all routines perform as expected, run:
 
 ```
-
 docker run --cap-add SYS_PTRACE --rm libmpc
-
 ```
 
 This procedure has been tested on all major platforms (Linux, Mac OS, Windows) on arm64 and x86_64 platforms. If your build or execution fails, please open a bug.
@@ -42,9 +36,7 @@
 If you build libmpc, you can generate the documentation by running
 
 ```
-
 make doc
-
 ```
 
 in the build directory. If you use Docker, and you want the build to generate the documentation, make sure `build_doc` is set to `true`.