Make formatting consistent

This commit is contained in:
Patrick Lühne 2019-10-13 01:10:50 +02:00
parent 6cd177d974
commit cbc135b269
No known key found for this signature in database
GPG Key ID: 05F3611E97A70ABF

@ -398,7 +398,8 @@ begin_test "fetch-all"
# Preform the same assertion as above, on the same data
git lfs fetch --all origin
for ((a=0; a < NUMFILES ; a++)); do
for ((a=0; a < NUMFILES ; a++))
do
assert_local_object "${oid[$a]}" "${#content[$a]}"
done
)