Skip to content

Commit 58db6e4

Browse files
john-caigitster
authored andcommitted
t1001-read-tree-m-2way: modernize test format
Some tests are still using 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 3c2f5d2 commit 58db6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1001-read-tree-m-2way.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ TEST_PASSES_SANITIZE_LEAK=true
2626
. "$TEST_DIRECTORY"/lib-read-tree.sh
2727

2828
read_tree_twoway () {
29-
git read-tree -m "$1" "$2" && git ls-files --stage
29+
git read-tree -m "$1" "$2" && git ls-files --stage
3030
}
3131

3232
compare_change () {

0 commit comments

Comments
 (0)