summary refs log tree commit diff stats
diff options
context:
space:
mode:
author心夏❤v <sslime@yeah.net>2023-07-01 16:16:59 +0800
committerGitHub <noreply@github.com>2023-07-01 16:16:59 +0800
commit7cb59efd4b3d282db5ddc4e7385ee9f05b53a542 (patch)
treec5a7289e372598d1ebccf43a1e4ad15b692fec4e
parent2f109595e982bd68b4f4f2fabf934409947b0ee1 (diff)
downloadNim-7cb59efd4b3d282db5ddc4e7385ee9f05b53a542.tar.gz
Tidy contributing.md: format cmd (#22204)
-rw-r--r--doc/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.md b/doc/contributing.md
index a472f657a..47e1fa3dd 100644
--- a/doc/contributing.md
+++ b/doc/contributing.md
@@ -137,9 +137,9 @@ You can run the tests with
 which will run a good subset of tests. Some tests may fail. If you
 only want to see the output of failing tests, go for
 
-```cmd
+  ```cmd
   ./koch tests --failing all
-```
+  ```
 
 You can also run only a single category of tests. A category is a subdirectory
 in the ``tests/`` directory. There are a couple of special categories; for a