From f1842ff5314a3bbd22232663a4eeadfedd10f05f Mon Sep 17 00:00:00 2001 From: Denton Liu Date: Fri, 27 Dec 2019 08:47:10 -0500 Subject: [PATCH] t2018: remove trailing space from test description Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- t/t2018-checkout-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t2018-checkout-branch.sh b/t/t2018-checkout-branch.sh index 822381dd9d..e18abce3d2 100755 --- a/t/t2018-checkout-branch.sh +++ b/t/t2018-checkout-branch.sh @@ -1,6 +1,6 @@ #!/bin/sh -test_description='checkout ' +test_description='checkout' . ./test-lib.sh -- 2.11.4.GIT