From patchwork Sat Jan 25 22:38:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 240110 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Sat, 25 Jan 2020 23:38:42 +0100 Subject: [PATCH 1/1] tools: correct Markdown in concurrencytest/README.md Message-ID: <20200125223842.23922-1-xypron.glpk@gmx.de> Remove incorrect indentation. Signed-off-by: Heinrich Schuchardt --- tools/concurrencytest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.24.1 diff --git a/tools/concurrencytest/README.md b/tools/concurrencytest/README.md index 8e65776f17..2d7fe75df5 100644 --- a/tools/concurrencytest/README.md +++ b/tools/concurrencytest/README.md @@ -16,8 +16,8 @@ pip install concurrencytest Requires: - * [testtools](https://pypi.python.org/pypi/testtools) : `pip install testtools` - * [python-subunit](https://pypi.python.org/pypi/python-subunit) : `pip install python-subunit` +* [testtools](https://pypi.python.org/pypi/testtools) : `pip install testtools` +* [python-subunit](https://pypi.python.org/pypi/python-subunit) : `pip install python-subunit` ----