summaryrefslogtreecommitdiff
path: root/contrib/persistent-https/socket.go
diff options
context:
space:
mode:
authorShlok Kulshreshtha <diy2903@gmail.com>2026-07-14 17:50:32 +0530
committerJunio C Hamano <gitster@pobox.com>2026-07-14 07:18:42 -0700
commit678f3bb60dabece745b95f3a268813a7b17d6955 (patch)
tree2efce839e6bb360355ce7bca4e8ccefd0ab5dcbb /contrib/persistent-https/socket.go
parente9019fcafe0040228b8631c30f97ae1adb61bcdc (diff)
t1100: modernize test style
The tests in this script use the old style in which the test title and body are passed as separate backslash-continued arguments, with bodies indented using spaces: test_expect_success \ 'title' \ 'body' Convert them to the modern style in which the body is a single-quoted block on its own lines, indented with a tab: test_expect_success 'title' ' body ' While at it, remove an extraneous blank line between two tests. This is a style-only change; no test logic is modified. Signed-off-by: Shlok Kulshreshtha <diy2903@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https/socket.go')
0 files changed, 0 insertions, 0 deletions