t7401: modernize style
The tests in 't7401-submodule-summary.sh' were written a long time ago and has a violation with respect to our CodingGuidelines which is, incorrect spacing in usages of the redirection operator. Mentored-by: Christian Couder <chriscool@tuxfamily.org> Mentored-by: Kaartic Sivaraam <kaartic.sivaraam@gmail.com> Helped-by: Denton Liu <liu.denton@gmail.com> Helped-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Shourya Shukla <shouryashukla.oo@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
7814e8a05a
commit
94e06c9057
@ -16,7 +16,7 @@ add_file () {
|
|||||||
owd=$(pwd)
|
owd=$(pwd)
|
||||||
cd "$sm"
|
cd "$sm"
|
||||||
for name; do
|
for name; do
|
||||||
echo "$name" > "$name" &&
|
echo "$name" >"$name" &&
|
||||||
git add "$name" &&
|
git add "$name" &&
|
||||||
test_tick &&
|
test_tick &&
|
||||||
git commit -m "Add $name"
|
git commit -m "Add $name"
|
||||||
|
Reference in New Issue
Block a user