This commit is contained in:
Ethan P 2024-05-01 05:26:28 +01:00 committed by GitHub
commit 7f36ad2618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -759,7 +759,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
background_color
),
self.ansi_style.to_reset_sequence(),
panel_wrap.clone().unwrap()
panel_wrap.as_ref().unwrap()
)?;
cursor = 0;