style: Applied formatting across new inquire files

This commit is contained in:
2026-03-16 12:39:20 -06:00
parent fd3385bad8
commit 435667fac8
3 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ use crate::config::{
TEMP_SESSION_NAME, WorkingMode, ensure_parent_exists, list_agents, load_env_file,
macro_execute,
};
use crate::render::{render_error, prompt_theme};
use crate::render::{prompt_theme, render_error};
use crate::repl::Repl;
use crate::utils::*;
+2 -2
View File
@@ -1,8 +1,8 @@
use syntect::highlighting::{Highlighter, Theme};
use crate::render::RenderOptions;
use anyhow::Result;
use inquire::ui::{Attributes, Color, RenderConfig, StyleSheet};
use syntect::highlighting::{Highlighter, Theme};
use syntect::parsing::Scope;
use crate::render::RenderOptions;
const DEFAULT_INQUIRE_PROMPT_THEME: Color = Color::DarkYellow;
+1 -1
View File
@@ -1,6 +1,6 @@
mod inquire;
mod markdown;
mod stream;
mod inquire;
pub use inquire::prompt_theme;