Skip to content

Commit 29d51e2

Browse files
pcloudsgitster
authored andcommitted
sequencer.c: remove a stray semicolon
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 34b4731 commit 29d51e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequencer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4647,7 +4647,7 @@ int complete_action(struct replay_opts *opts, unsigned flags,
46474647

46484648
if (checkout_onto(opts, onto_name, oid_to_hex(&oid), orig_head))
46494649
return -1;
4650-
;
4650+
46514651
if (require_clean_work_tree("rebase", "", 1, 1))
46524652
return -1;
46534653

0 commit comments

Comments
 (0)