Skip to content

Commit 94e06c9

Browse files
periperidipgitster
authored andcommitted
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>
1 parent 7814e8a commit 94e06c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7401-submodule-summary.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ add_file () {
1616
owd=$(pwd)
1717
cd "$sm"
1818
for name; do
19-
echo "$name" > "$name" &&
19+
echo "$name" >"$name" &&
2020
git add "$name" &&
2121
test_tick &&
2222
git commit -m "Add $name"

0 commit comments

Comments
 (0)