mirror of
https://github.com/git/git.git
synced 2024-12-12 19:34:35 +08:00
t7001: remove whitespace after redirect operators
According to Documentation/CodingGuidelines, there should be no whitespace after redirect operators. So, we should remove these whitespaces after redirect operators. Signed-off-by: Shubham Verma <shubhunic@gmail.com> Reviewed-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
9bcaeb71a6
commit
dd72154149
@ -156,9 +156,9 @@ test_expect_success "Michael Cassar's test case" '
|
||||
rm -fr .git papers partA &&
|
||||
git init &&
|
||||
mkdir -p papers/unsorted papers/all-papers partA &&
|
||||
echo a > papers/unsorted/Thesis.pdf &&
|
||||
echo b > partA/outline.txt &&
|
||||
echo c > papers/unsorted/_another &&
|
||||
echo a >papers/unsorted/Thesis.pdf &&
|
||||
echo b >partA/outline.txt &&
|
||||
echo c >papers/unsorted/_another &&
|
||||
git add papers partA &&
|
||||
T1=$(git write-tree) &&
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user