Browse Source

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>
maint
Shubham Verma 4 years ago committed by Junio C Hamano
parent
commit
dd72154149
  1. 6
      t/t7001-mv.sh

6
t/t7001-mv.sh

@ -156,9 +156,9 @@ test_expect_success "Michael Cassar's test case" ' @@ -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…
Cancel
Save