Skip to content

Commit 2e3c894

Browse files
taoqygitster
authored andcommitted
branch: trivial style fix
Signed-off-by: Tao Qingyun <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cae598d commit 2e3c894

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builtin/branch.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
735735
print_columns(&output, colopts, NULL);
736736
string_list_clear(&output, 0);
737737
return 0;
738-
}
739-
else if (edit_description) {
738+
} else if (edit_description) {
740739
const char *branch_name;
741740
struct strbuf branch_ref = STRBUF_INIT;
742741

0 commit comments

Comments
 (0)