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:
parent
3c8dbaf06b
commit
300ed6bb4a
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ impl ThreadHistory {
|
|||
pub(crate) fn new(
|
||||
assistant_panel: WeakEntity<AssistantPanel>,
|
||||
thread_store: Entity<ThreadStore>,
|
||||
|
||||
cx: &mut Context<Self>,
|
||||
) -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue