Skip to content

Commit dd72154

Browse files
Shubhamlmpgitster
authored andcommitted
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 <[email protected]> Reviewed-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9bcaeb7 commit dd72154

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

t/t7001-mv.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,9 @@ test_expect_success "Michael Cassar's test case" '
156156
rm -fr .git papers partA &&
157157
git init &&
158158
mkdir -p papers/unsorted papers/all-papers partA &&
159-
echo a > papers/unsorted/Thesis.pdf &&
160-
echo b > partA/outline.txt &&
161-
echo c > papers/unsorted/_another &&
159+
echo a >papers/unsorted/Thesis.pdf &&
160+
echo b >partA/outline.txt &&
161+
echo c >papers/unsorted/_another &&
162162
git add papers partA &&
163163
T1=$(git write-tree) &&
164164

0 commit comments

Comments
 (0)