mirror of
https://github.com/git/git.git
synced 2024-12-01 14:03:34 +08:00
sha1-name.c: remove stray newline
This stray newline was accidentally introduced in
d2b7d9c7ed
("sha1_name: convert disambiguate_hint_fn to take
object_id", 2017-03-26).
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
1f1cddd558
commit
a264f229cb
@ -346,7 +346,6 @@ static int show_ambiguous_object(const struct object_id *oid, void *data)
|
||||
struct strbuf desc = STRBUF_INIT;
|
||||
int type;
|
||||
|
||||
|
||||
if (ds->fn && !ds->fn(oid, ds->cb_data))
|
||||
return 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user