From 96d3b8c24c34ea7a8d9da9e7dbb65610aa9ac7b0 Mon Sep 17 00:00:00 2001 From: Matt Moore Date: Mon, 20 Jan 2020 10:00:06 -0800 Subject: [PATCH] Format markdown (#997) Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)` /assign n3wscott /cc n3wscott --- testutils/junithelper/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testutils/junithelper/README.md b/testutils/junithelper/README.md index ad6b4c621..4f53a84b5 100644 --- a/testutils/junithelper/README.md +++ b/testutils/junithelper/README.md @@ -1,7 +1,7 @@ ## junithelper -junithelper is a tool for creating a simple junit test result, which is -used for creating a single junit result file with a single test +junithelper is a tool for creating a simple junit test result, which is used for +creating a single junit result file with a single test ## Usage