diff mbox series

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

Message ID 20200125223842.23922-1-xypron.glpk@gmx.de
State Accepted
Commit e4e355f6e456059aed4f9e4ea58eef636445e1d8
Headers show
Series [1/1] tools: correct Markdown in concurrencytest/README.md | expand

Commit Message

Heinrich Schuchardt Jan. 25, 2020, 10:38 p.m. UTC
Remove incorrect indentation.

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 tools/concurrencytest/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--
2.24.1

Comments

Tom Rini Jan. 31, 2020, 1:40 a.m. UTC | #1
On Sat, Jan 25, 2020 at 11:38:42PM +0100, Heinrich Schuchardt wrote:

> Remove incorrect indentation.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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`

 ----