mirror of
https://github.com/openai/codex.git
synced 2026-09-08 15:50:34 +00:00
codex: fix lint failure on PR #26259
This commit is contained in:
@@ -55,7 +55,11 @@ pub(crate) async fn run(
|
||||
shell: &CommandShell,
|
||||
request: InterruptRequest,
|
||||
) -> InterruptOutcome {
|
||||
let matched = dispatcher::select_handlers(handlers, HookEventName::Interrupt, None);
|
||||
let matched = dispatcher::select_handlers(
|
||||
handlers,
|
||||
HookEventName::Interrupt,
|
||||
/*matcher_input*/ None,
|
||||
);
|
||||
if matched.is_empty() {
|
||||
return InterruptOutcome::default();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user