Skip to content

Commit 7d84be8

Browse files
committed
Fixing fmt issues
1 parent 8308d38 commit 7d84be8

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

crates/chat-cli/src/cli/chat/cli/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ use tools::ToolsArgs;
4444

4545
use crate::cli::chat::cli::checkpoint::CheckpointSubcommand;
4646
use crate::cli::chat::cli::context::ContextArgs;
47-
4847
use crate::cli::chat::cli::usage::UsageArgs;
4948
use crate::cli::chat::consts::AGENT_MIGRATION_DOC_URL;
5049
use crate::cli::chat::{

crates/chat-cli/src/cli/chat/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3853,7 +3853,6 @@ async fn get_subscription_status(os: &mut Os) -> Result<ActualSubscriptionStatus
38533853
}
38543854
}
38553855

3856-
38573856
/// Checks if an input may be referencing a file and should not be handled as a typical slash
38583857
/// command. If true, then return [Option::Some<ChatState>], otherwise [Option::None].
38593858
fn does_input_reference_file(input: &str) -> Option<ChatState> {
@@ -4344,8 +4343,6 @@ mod tests {
43444343
}
43454344
}
43464345

4347-
4348-
43494346
// Integration test for PreToolUse hook functionality.
43504347
//
43514348
// In this integration test we create a preToolUse hook that logs tool info into a file

crates/chat-cli/src/constants.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ pub mod ui_text {
171171
}
172172
}
173173

174-
175-
176174
/// Context-related text constants
177175
pub mod context_text {
178176
use super::PRODUCT_NAME;

0 commit comments

Comments
 (0)