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 <[email protected]> Mentored-by: Kaartic Sivaraam <[email protected]> Helped-by: Denton Liu <[email protected]> Helped-by: Taylor Blau <[email protected]> Signed-off-by: Shourya Shukla <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
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)