t0000-basic: modernize test format

Some tests in t0000-basic.sh used the older four space indent format.
Update these to use tabs.

Signed-off-by: John Cai <johncai86@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
John Cai 2023-05-18 20:03:06 +00:00 committed by Junio C Hamano
parent 4a714b3702
commit 2f68c99a3b
1 changed files with 1 additions and 1 deletions

View File

@ -1014,7 +1014,7 @@ test_expect_success 'validate object ID for a known tree' '
'

test_expect_success 'showing tree with git ls-tree' '
git ls-tree $tree >current
git ls-tree $tree >current
'

test_expect_success 'git ls-tree output for a known tree' '