]> git.ipfire.org Git - thirdparty/git.git/commit
t1300: small style fixups
authorPatrick Steinhardt <ps@pks.im>
Mon, 22 Sep 2025 13:06:19 +0000 (15:06 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Sep 2025 16:32:57 +0000 (09:32 -0700)
commit7f89ad8c8c805b3b062d73d89c0763462a930e92
treee8108c67b8455dd240985b53861c3f285f5dbf6b
parentf1371a3c9511361d3aedf37f833981113a3b19d8
t1300: small style fixups

We have a couple of small style violations in t1300:

  - An empty newline at the start of the test body.

  - The test command is sometimes on the same line as the test name.

  - The closing single-quote is sometimes on the same line as the last
    command of the test.

Fix these.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1300-config.sh