From 87c03c1aaaba3282cb20a0377e21bb6dd066d1b0 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 23 Apr 2026 21:30:21 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Edward Thomson --- tests/libgit2/clone/local.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/libgit2/clone/local.c b/tests/libgit2/clone/local.c index 9449dde66..970e992b3 100644 --- a/tests/libgit2/clone/local.c +++ b/tests/libgit2/clone/local.c @@ -276,8 +276,7 @@ void test_clone_local__sha256_via_no_local(void) git_clone_options opts = GIT_CLONE_OPTIONS_INIT; /* - * file:// URL + GIT_CLONE_NO_LOCAL -> remote code path - * + * file:// URL + GIT_CLONE_NO_LOCAL -> remote code path * Should correctly propagate the object format */ opts.bare = true; @@ -301,7 +300,6 @@ void test_clone_local__sha256_object_format_is_propagated(void) /* * file:// URL + GIT_CLONE_LOCAL -> local code path with hardlinks - * * Should correctly propagate the object format */ opts.bare = true; @@ -325,7 +323,6 @@ void test_clone_local__sha256_no_links_object_format_is_propagated(void) /* * file:// URL + GIT_CLONE_LOCAL_NO_LINKS -> local code path with copy - * * Should correctly propagate the object format */ opts.bare = true;