Skip to content

Commit 6119b8d

Browse files
committed
Merge branch 'tq/branch-style-fix'
Code clean-up. * tq/branch-style-fix: branch: trivial style fix
2 parents d4591b9 + 2e3c894 commit 6119b8d

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
@@ -716,8 +716,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
716716
print_columns(&output, colopts, NULL);
717717
string_list_clear(&output, 0);
718718
return 0;
719-
}
720-
else if (edit_description) {
719+
} else if (edit_description) {
721720
const char *branch_name;
722721
struct strbuf branch_ref = STRBUF_INIT;
723722

0 commit comments

Comments
 (0)