[PATCH 1/1] tools: correct Markdown in concurrencytest/README.md

Remove incorrect indentation.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de --- tools/concurrencytest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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`
----
-- 2.24.1

On Sat, Jan 25, 2020 at 11:38:42PM +0100, Heinrich Schuchardt wrote:
Remove incorrect indentation.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
participants (2)
-
Heinrich Schuchardt
-
Tom Rini