Skip to content

Commit 409b3f2

Browse files
committed
Merge branch 'ag/rebase-i-in-c'
Code clean-up for a topic already in 'master'. * ag/rebase-i-in-c: sequencer.c: remove a stray semicolon
2 parents 2281aa8 + 29d51e2 commit 409b3f2

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
@@ -4899,7 +4899,7 @@ int complete_action(struct replay_opts *opts, unsigned flags,
48994899

49004900
if (checkout_onto(opts, onto_name, oid_to_hex(&oid), orig_head))
49014901
return -1;
4902-
;
4902+
49034903
if (require_clean_work_tree("rebase", "", 1, 1))
49044904
return -1;
49054905

0 commit comments

Comments
 (0)