Skip to content

Commit a9a5a69

Browse files
committed
fix: Remove no-op on variable that gets immediately dropped
1 parent d53b0e8 commit a9a5a69

File tree

1 file changed

+0
-2
lines changed
  • zellij-server/src/output

1 file changed

+0
-2
lines changed

zellij-server/src/output/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ fn serialize_chunks_with_newlines(
113113
chunk_width += t_character.width();
114114
vte_output.push(t_character.character);
115115
}
116-
character_styles.clear();
117116
}
118117
Ok(vte_output)
119118
}
@@ -154,7 +153,6 @@ fn serialize_chunks(
154153
chunk_width += t_character.width();
155154
vte_output.push(t_character.character);
156155
}
157-
character_styles.clear();
158156
}
159157
if let Some(sixel_image_store) = sixel_image_store {
160158
if let Some(sixel_chunks) = sixel_chunks {

0 commit comments

Comments
 (0)