Applied formatting

This commit is contained in:
2025-10-10 15:32:51 -06:00
parent 4e707ae08e
commit 316ebd6d25
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ use anyhow::{Context, Result};
use inquire::{validator::Validation, Text};
use rust_embed::Embed;
use serde::{Deserialize, Serialize};
use std::{fs, fs::read_to_string, path::Path};
use std::ffi::OsStr;
use std::{fs, fs::read_to_string, path::Path};
const DEFAULT_AGENT_NAME: &str = "rag";