t5302: modernize test formatting
commit1610dda8ae5190438b3de205c2a0f87dfe878ca3
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 25 May 2020 19:59:11 +0000 (25 19:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 May 2020 17:07:07 +0000 (27 10:07 -0700)
tree17db3f7b09dbff3f09448eed69600ce36e370011
parent629dffc461f3631bb7acfe905d805caa38b49dfa
t5302: modernize test formatting

Our style these days is to place the description and the opening quote
of the body on the same line as test_expect_success (if it fits), to
place the trailing quote on a line by itself after the body, and to use
tabs.  Since we're going to be making several significant changes to
this test, modernize the style to aid in readability of the subsequent
patches.

This patch should have no functional change.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5302-pack-index.sh