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

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

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2025-02-20 21:51:16 +00:00
committed by GitHub
parent 3c8dbaf06b
commit 300ed6bb4a
-1
View File
@@ -20,7 +20,6 @@ impl ThreadHistory {
pub(crate) fn new(
assistant_panel: WeakEntity<AssistantPanel>,
thread_store: Entity<ThreadStore>,
cx: &mut Context<Self>,
) -> Self {
Self {