assistant2: Remove blank line in parameter list (#25286)

Marshall Bowers created

This PR removes a blank line in the `ThreadHistory::new` parameter list.

Release Notes:

- N/A

Change summary

crates/assistant2/src/thread_history.rs | 1 -
1 file changed, 1 deletion(-)

Detailed changes

crates/assistant2/src/thread_history.rs 🔗

@@ -20,7 +20,6 @@ impl ThreadHistory {
     pub(crate) fn new(
         assistant_panel: WeakEntity<AssistantPanel>,
         thread_store: Entity<ThreadStore>,
-
         cx: &mut Context<Self>,
     ) -> Self {
         Self {