formatting

This commit is contained in:
Johannes Loher 2018-06-07 23:25:07 +02:00
parent 650f476d23
commit 642e6339a4

View file

@ -1349,7 +1349,11 @@ unittest {
To execute the unittests, just compile with the `-unittest` flag. When running
the program, the unittests get run before the main function is executed. When
using DUB, just run `dub test`.
using DUB, just run
```bash
dub test
```
#### Code coverage