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 16:51:16 -05:00 committed by GitHub
parent 3c8dbaf06b
commit 300ed6bb4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 {