Skip to content

Commit af2b6b9

Browse files
committed
fix: fixed by clippy
1 parent a682e79 commit af2b6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ impl App {
912912
InternalEvent::CheckoutOption(branch, is_local) => {
913913
self.checkout_option_popup.open(branch, is_local)?;
914914
}
915-
};
915+
}
916916

917917
Ok(flags)
918918
}

0 commit comments

Comments
 (0)