Skip to content

Commit 2f68c99

Browse files
john-caigitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4a714b3 commit 2f68c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t0000-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1014,7 +1014,7 @@ test_expect_success 'validate object ID for a known tree' '
10141014
'
10151015

10161016
test_expect_success 'showing tree with git ls-tree' '
1017-
git ls-tree $tree >current
1017+
git ls-tree $tree >current
10181018
'
10191019

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

0 commit comments

Comments
 (0)