Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mauran committed Dec 15, 2024
1 parent 10c3569 commit 618bdd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/tui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ impl<B: Backend> Tui<B> {
/// [`Draw`]: ratatui::Terminal::draw
/// [`rendering`]: crate::ui:render
// Créer une fonction async pour le rendu

pub fn draw(&mut self, app: &mut App) -> AppResult<()> {
// Passe une closure synchrone qui appelle la fonction async
self.terminal.draw(|frame| main_ui::render(app, frame))?;
Expand Down

0 comments on commit 618bdd8

Please sign in to comment.