lib-bash.sh: move `then` onto its own line
commitdf6d3d6802abcb89a30f4808fcca3bfe1485ce34
authorDenton Liu <liu.denton@gmail.com>
Thu, 21 Nov 2019 00:45:48 +0000 (20 16:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 Nov 2019 01:04:56 +0000 (21 10:04 +0900)
tree61b976058637a7c57b7866926f02bb876730ec68
parentd9f6f3b6195a0ca35642561e530798ad1469bd41
lib-bash.sh: move `then` onto its own line

The code style for tests is to have statements on their own line if
possible. Move the `then` onto its own line so that it conforms with the
test style.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/lib-bash.sh