test-lib: reformat argument list in test_create_repo()
commit04d12d6590d316778f1b1f180a97fa94f9990928
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 10 May 2021 14:19:08 +0000 (10 16:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 May 2021 03:45:18 +0000 (11 12:45 +0900)
treea66f5128f963fe287a128a0c30391ef3218ba1ba
parentba7d318504a4f69e2b3ce664d6a3f2c413f5bf61
test-lib: reformat argument list in test_create_repo()

Reformat an argument list changed in 675704c74dd (init: provide useful
advice about init.defaultBranch, 2020-12-11) to have the "-c" on the
same line as the argument it sets. This whitespace-only change makes
it easier to review a subsequent commit.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh