]> git.ipfire.org Git - thirdparty/git.git/commit
t7001: remove unnecessary blank lines
authorShubham Verma <shubhunic@gmail.com>
Thu, 11 Feb 2021 19:46:57 +0000 (01:16 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Feb 2021 21:42:16 +0000 (13:42 -0800)
commit9b46e9c9cc6787cbf88d18c143006316928e3aa3
tree385f3fcbea11e122a0c994727f478028a8fc57f9
parenta76d90670af643d5ff3112d4fd88b27bd28b7d49
t7001: remove unnecessary blank lines

Some tests use a deprecated style in which there are unnecessary
blank lines after the opening quote of the test body and before the
closing quote. So we should remove these unnecessary blank lines.

Signed-off-by: Shubham Verma <shubhunic@gmail.com>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7001-mv.sh