diff --git a/crates/forge_services/src/tools/completion.rs b/crates/forge_services/src/tools/completion.rs index 74dfe996ed..cd5aae45fd 100644 --- a/crates/forge_services/src/tools/completion.rs +++ b/crates/forge_services/src/tools/completion.rs @@ -14,9 +14,9 @@ use serde::Deserialize; /// IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the /// user that any previous tool uses were successful. Failure to do so will /// result in code corruption and system failure. Before using this tool, you -/// must ask yourself in tags if you've confirmed from the -/// user that any previous tool uses were successful. If not, then DO NOT use -/// this tool. +/// must ask yourself in tags if you've +/// confirmed from the user that any previous tool uses were successful. If not, +/// then DO NOT use this tool. #[derive(Debug, Default, ToolDescription)] pub struct Completion;