Skip to content

Commit 3c770a7

Browse files
ntammineediclaude
andcommitted
fix: rustfmt run_tui call
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4f934c2 commit 3c770a7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

crates/ascend-tools-cli/src/otto.rs

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,14 @@ pub(crate) fn handle_otto_cmd(
458458
.or(deployment.as_deref().map(|d| format!("deployment:{d}")));
459459
let thread_id =
460460
crate::conversation::resolve_conversation_flag(client, None, conversation, resume)?;
461-
ascend_tools_tui::run_tui(client, runtime_uuid, otto_model, context_label, thread_id, query_policy)
461+
ascend_tools_tui::run_tui(
462+
client,
463+
runtime_uuid,
464+
otto_model,
465+
context_label,
466+
thread_id,
467+
query_policy,
468+
)
462469
}
463470
}
464471
}

0 commit comments

Comments
 (0)