Skip to content

Commit 618bdd8

Browse files
committed
chore: lint
1 parent 10c3569 commit 618bdd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/tui.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ impl<B: Backend> Tui<B> {
2727
/// [`Draw`]: ratatui::Terminal::draw
2828
/// [`rendering`]: crate::ui:render
2929
// Créer une fonction async pour le rendu
30-
3130
pub fn draw(&mut self, app: &mut App) -> AppResult<()> {
3231
// Passe une closure synchrone qui appelle la fonction async
3332
self.terminal.draw(|frame| main_ui::render(app, frame))?;

0 commit comments

Comments
 (0)