From 300ed6bb4a6d577d8c085147b0ac67540d428f66 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Thu, 20 Feb 2025 16:51:16 -0500 Subject: [PATCH] assistant2: Remove blank line in parameter list (#25286) This PR removes a blank line in the `ThreadHistory::new` parameter list. Release Notes: - N/A --- crates/assistant2/src/thread_history.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/assistant2/src/thread_history.rs b/crates/assistant2/src/thread_history.rs index db86e753bb8aa055adbeba60531a0604ca28570e..2c0870bde2709bec676ba7425addc2be68894543 100644 --- a/crates/assistant2/src/thread_history.rs +++ b/crates/assistant2/src/thread_history.rs @@ -20,7 +20,6 @@ impl ThreadHistory { pub(crate) fn new( assistant_panel: WeakEntity, thread_store: Entity, - cx: &mut Context, ) -> Self { Self {