style: Applied formatting across new inquire files
CI / All (macos-latest) (push) Has been cancelled
CI / All (ubuntu-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-03-16 12:39:20 -06:00
parent 9e056bdcf0
commit f41c85b703
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::*;